Difference between revisions of "MediaWiki:Common.css"

underline all links
(underline all links)
 
(4 intermediate revisions by one other user not shown)
Line 5: Line 5:
table.blue_lines tr:nth-child(2n+1),tr.blue_lines:nth-child(2n+1){
table.blue_lines tr:nth-child(2n+1),tr.blue_lines:nth-child(2n+1){
   background-color: #CCCCFF;
   background-color: #CCCCFF;
}
a {
  text-decoration: underline;
}
}