From: Gabriel Wicke Date: Fri, 16 Apr 2004 00:06:12 +0000 (+0000) Subject: catlinks, center class X-Git-Tag: 1.3.0beta1~406 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=4ccf2aba7040a7a1983afa5c9b3e3d39528e71ca;p=lhc%2Fweb%2Fwiklou.git catlinks, center class --- diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index aef452900d..6064a934b8 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -265,11 +265,16 @@ pre { margin: -1.6em 0 0.6em 1em; color: #7d7d7d; } - #siteSubtitle { display: none; } - +#catlinks { + width: 40%; + text-align: right; + float: right; + position: relative; + margin-top: -1.5em; +} #content { padding: 0 0 1em 0em; @@ -331,6 +336,11 @@ pre { text-decoration: none; } +/* emulate center */ +.center { + width: 100%; + text-align: center; +} /* ** mediawiki-specific styles */