fune/browser/themes/shared/aboutLibrary.css
Ursula Sarracini 5c103c6c50 Bug 1444500 - Add an about:library page to Firefox r=dmose
MozReview-Commit-ID: 2hhGhSflnXM

--HG--
extra : rebase_source : 7657f7ca76ac9685cf9faa8b5f266dc75c949994
2018-04-10 15:11:55 -04:00

9 lines
341 B
CSS

.under-construction {
background-image: url("chrome://browser/content/illustrations/under-construction.svg");
background-repeat: no-repeat;
background-position: center;
min-height: 300px;
min-width: 300px;
/* Move the image down a bit - should be slightly higher than halfway down the page */
margin-top: -10%;
}