MediaWiki:Common.css: Difference between revisions

From Attraktor Wiki
Jump to navigation Jump to search
Robert (talk | contribs)
No edit summary
Robert (talk | contribs)
No edit summary
Line 2: Line 2:


tr.acal:nth-child(even) {  
tr.acal:nth-child(even) {  
background-color: rbg(103,184,220)
background: #67b8dc
}
}

Revision as of 22:57, 6 July 2011

/* CSS placed here will be applied to all skins */

tr.acal:nth-child(even) { 
background: #67b8dc 
}