MediaWiki:Lakeus.css: Difference between revisions
No edit summary |
No edit summary Tag: Manual revert |
||
(13 intermediate revisions by the same user not shown) | |||
Line 104: | Line 104: | ||
background-attachment: fixed; | background-attachment: fixed; | ||
background-position: center; | background-position: center; | ||
} | |||
.mw-body { | |||
padding: 4em; | |||
} | } | ||
Line 131: | Line 135: | ||
border-left: none; | border-left: none; | ||
border-right: none; | border-right: none; | ||
} | |||
/*Adjust .wikitable text alignment*/ | |||
.wikitable td { | |||
text-align: left; | |||
vertical-align: top; | |||
} | } |