From: Leo Koppelkamm Date: Sun, 11 Sep 2011 09:16:14 +0000 (+0000) Subject: Adress fixme on r92054: Style print X-Git-Tag: 1.31.0-rc.0~27732 X-Git-Url: http://git.cyclocoop.org/%22%20.%20%20%20%24self2%20.%20%20%20%22&var_mode_affiche=boucle?a=commitdiff_plain;h=b578f756fd7095554321f9cdebe0666be981b004;p=lhc%2Fweb%2Fwiklou.git Adress fixme on r92054: Style print --- diff --git a/skins/common/commonPrint.css b/skins/common/commonPrint.css index 631eb81a0a..9709cd59a3 100644 --- a/skins/common/commonPrint.css +++ b/skins/common/commonPrint.css @@ -351,3 +351,29 @@ p { orphans: 3; } +/** + * Categories + */ +.catlinks ul { + display: inline; + margin: 0px; + list-style: none; + list-style-type: none; + list-style-image: none; + vertical-align: middle !ie; +} + +.catlinks li { + display: inline-block; + line-height: 1.15em; + padding: 0 .4em; + border-left: 1px solid #AAA; + margin: 0.1em 0; + zoom: 1; + display: inline !ie; +} + +.catlinks li:first-child { + padding-left: .2em; + border-left: none; +} \ No newline at end of file