From a51296817dbeff4aa24d73f6c0465d6219d3beaf Mon Sep 17 00:00:00 2001 From: Daniel Friesen Date: Wed, 31 Aug 2011 07:03:52 +0000 Subject: [PATCH] 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. --- skins/common/commonElements.css | 2 -- skins/vector/screen.css | 5 +++++ 2 files changed, 5 insertions(+), 2 deletions(-) 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; } -- 2.20.1