Changes

Jump to: navigation, search

MediaWiki:Common.css

531 bytes added, 16:30, 3 April 2008
Added stuff for displaying RSS/Atom icons instead of text
display: none !important;
}
 
/* Stuff for displaying RSS/Atom icons instead of text */
span.rss_feed {
display:block;
width:44px;
height:16px;
margin-left:1px;
margin-right:1px;
background-image:url("http://static.openvz.org/feed/rss.gif");
background-repeat:no-repeat;
}
span.rss_feed span {display:none;}
 
span.atom_feed {
display:block;
width:52px;
height:16px;
margin-left:1px;
margin-right:1px;
background-image:url("http://static.openvz.org/feed/atom.gif");
background-repeat:no-repeat;
}
span.atom_feed span {display:none;}
/* </nowiki></pre> */

Navigation menu