Revision control

Copy as Markdown

Other Tools

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/* ::::: print preview toolbar ::::: */
/* ..... page navigation ..... */
.home-arrow,
.end-arrow:-moz-locale-dir(rtl) {
}
.end-arrow,
.home-arrow:-moz-locale-dir(rtl) {
}
.previous-arrow,
.next-arrow:-moz-locale-dir(rtl) {
}
.next-arrow,
.previous-arrow:-moz-locale-dir(rtl) {
}
/* ..... orientation ..... */
.toolbar-portrait-page {
}
.toolbar-landscape-page {
}