diff options
author | Antoine Musso <hashar@users.mediawiki.org> | 2011-07-08 06:52:05 +0000 |
---|---|---|
committer | Antoine Musso <hashar@users.mediawiki.org> | 2011-07-08 06:52:05 +0000 |
commit | b02f0e48e2b3606fcb8d5cc804942bcdb2ef2a50 (patch) | |
tree | 84b166166b2934efae8dae51f19e8373039446c2 /skins/nostalgia | |
parent | 488e21072d9cf0350e709b45cd980977c3f0b05f (diff) | |
download | mediawikicore-b02f0e48e2b3606fcb8d5cc804942bcdb2ef2a50.tar.gz mediawikicore-b02f0e48e2b3606fcb8d5cc804942bcdb2ef2a50.zip |
revert r91673 : lost of history
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/91714
Diffstat (limited to 'skins/nostalgia')
-rw-r--r-- | skins/nostalgia/main.css | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/skins/nostalgia/main.css b/skins/nostalgia/main.css deleted file mode 100644 index 1cac7a738aed..000000000000 --- a/skins/nostalgia/main.css +++ /dev/null @@ -1,51 +0,0 @@ -body { - /* Background color is set separately on page type */ - color: black; -} - -#specialform { - display: inline; -} - -#powersearch { - background: #DDEEFF; - border-style: solid; - border-width: 1px; - padding: 2px; -} - -a.interwiki, a.external { - color: #3366BB; -} - -a.printable { - text-decoration: underline; -} - -a.stub { - color: #772233; - text-decoration: none; -} - -h1.pagetitle { - padding-top: 0; - margin-top: 0; - padding-bottom: 0; - margin-bottom: 0; -} - -h2, h3, h4, h5, h6 { - margin-bottom: 0; -} - -textarea { - overflow: auto; -} - -p.subtitle { - padding-top: 0; - margin-top: 0; -} -div.sitenotice { - clear: both; -} |