mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-11 13:48:23 +02:00
MozReview-Commit-ID: 2hhGhSflnXM --HG-- extra : rebase_source : 7657f7ca76ac9685cf9faa8b5f266dc75c949994
9 lines
341 B
CSS
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%;
|
|
}
|