From Fedora Project Wiki
No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
font-size:0.9em; | font-size:0.9em; | ||
} | } | ||
#otherlangs span { | #otherlangs span.languagelink { | ||
margin:0 2px; | margin:0 2px; | ||
padding-right: | padding-right:5px; | ||
border-right:1px solid gray; | border-right:1px solid gray; | ||
} | } | ||
#otherlangs span.firstlang { | #otherlangs span.firstlang { |
Revision as of 17:54, 22 June 2010
/* CSS to make Template:Wiki_cleanup work properly */ .wikicleanup { background-image: url("/w/uploads/7/72/Wiki-cleanup-background.png"); background-repeat: repeat; } /* Fix floats on edit toolbar */ #toolbar, #wpTextbox1 { clear: none; } /******************* ** other languages ** shamelessly stolen from meta.wikimedia.org's common.css *******************/ #otherlangs { margin:0.5em 0; padding:5px; border:1px solid #CCC; background:#FAFAFA; font-size:0.9em; } #otherlangs span.languagelink { margin:0 2px; padding-right:5px; border-right:1px solid gray; } #otherlangs span.firstlang { border:none; } #otherlangs .new a { color: #ba0000 !important; }