From: Daniel Friesen Date: Wed, 31 Aug 2011 07:03:52 +0000 (+0000) Subject: Followup r95837; Return the list-style-image for ul{} back to vector since I ended... X-Git-Tag: 1.31.0-rc.0~28001 X-Git-Url: http://git.cyclocoop.org/%22%20%20.%20generer_url_ecrire%28%22mots_tous%22%29%20.%20%22?a=commitdiff_plain;h=a51296817dbeff4aa24d73f6c0465d6219d3beaf;p=lhc%2Fweb%2Fwiklou.git Followup r95837; Return the list-style-image for ul{} back to vector since I ended up deciding not to give the common stylesheet one of the two bullet points. --- diff --git a/skins/common/commonElements.css b/skins/common/commonElements.css index e095afc1bd..c8f9a9570e 100644 --- a/skins/common/commonElements.css +++ b/skins/common/commonElements.css @@ -116,8 +116,6 @@ ul { list-style-type: square; margin: .3em 0 0 1.5em; padding: 0; - /* @embed */ - list-style-image: url(images/bullet-icon.png); } ol { line-height: 1.5em; diff --git a/skins/vector/screen.css b/skins/vector/screen.css index 0bcd2d6127..e035caa850 100644 --- a/skins/vector/screen.css +++ b/skins/vector/screen.css @@ -691,6 +691,11 @@ div#content { .editsection { float: right; } +ul { + /* @embed */ + list-style-image: url(images/bullet-icon.png); +} + pre { line-height: 1.3em; }