Jump to content

MediaWiki:Common.css: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 9: Line 9:
     display:block;
     display:block;
     width:100%;
     width:100%;
}


link {  
td a:link {  
   text-decoration: none;  
   text-decoration: none;  
}  
}  
visited {  
td a:visited {  
   text-decoration: none;  
   text-decoration: none;  
}  
}  
hover {  
td a:hover {  
   text-decoration: none;  
   text-decoration: none;  
}  
}  
active {  
td a:active {  
   text-decoration: none;  
   text-decoration: none;  
}
}
}