MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
max-width:90%; | max-width:90%; | ||
height:auto; | height:auto; | ||
} | |||
table tr:nth-child(odd) { | |||
background-color: #888888; | |||
} | |||
table tr:nth-child(even) { | |||
background-color: #BBBBBB; | |||
} | } | ||