[library-web] do not include icon in inner notes



commit f619fad0c7a3a4cc9e14526ddef00a69251cb436
Author: FrÃdÃric PÃters <fpeters 0d be>
Date:   Tue Sep 18 11:09:46 2012 +0200

    do not include icon in inner notes

 data/skin/mallard.css |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/data/skin/mallard.css b/data/skin/mallard.css
index 69abd60..74b50a2 100644
--- a/data/skin/mallard.css
+++ b/data/skin/mallard.css
@@ -52,5 +52,7 @@ div.note > div.inner { background-image: url(yelp-note.png); }
 div.note-bug > div.inner { background-image: url(yelp-note-bug.png); }
 div.note-important > div.inner { background-image: url(yelp-note-important.png); }
 div.note-tip > div.inner { background-image: url(yelp-note-tip.png); }
-div.note-warning > div.inner { background-image: url("elp-note-warning.png); }
+div.note-warning > div.inner { background-image: url(yelp-note-warning.png); }
+
+div.note-sidebar > div.inner { background-image: none; }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]