MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 8: | Line 8: | ||
table tr:nth-child(odd) { | table tr:nth-child(odd) { | ||
background-color: # | background-color: #fffffff; | ||
} | } | ||
table tr:nth-child(even) { | table tr:nth-child(even) { | ||
background-color: # | background-color: #d7e2f3; | ||
} | } | ||