[library-web] add picture notes for mallard documents



commit 5e100bf3061e4050b4fbcebb416a195e65c61e9a
Author: FrÃdÃric PÃters <fpeters 0d be>
Date:   Mon Sep 17 13:45:32 2012 +0200

    add picture notes for mallard documents
    
    https://bugzilla.gnome.org/show_bug.cgi?id=683780

 data/skin/mallard.css             |    6 ++++++
 data/skin/yelp-note-bug.png       |  Bin 0 -> 1214 bytes
 data/skin/yelp-note-important.png |  Bin 0 -> 1053 bytes
 data/skin/yelp-note-tip.png       |  Bin 0 -> 1193 bytes
 data/skin/yelp-note-warning.png   |  Bin 0 -> 1245 bytes
 data/skin/yelp-note.png           |  Bin 0 -> 838 bytes
 6 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/data/skin/mallard.css b/data/skin/mallard.css
index 49ece2f..69abd60 100644
--- a/data/skin/mallard.css
+++ b/data/skin/mallard.css
@@ -48,3 +48,9 @@ div.sidenav {
   border: solid 1px #e0e0df;
 }
 
+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); }
+
diff --git a/data/skin/yelp-note-bug.png b/data/skin/yelp-note-bug.png
new file mode 100644
index 0000000..8425294
Binary files /dev/null and b/data/skin/yelp-note-bug.png differ
diff --git a/data/skin/yelp-note-important.png b/data/skin/yelp-note-important.png
new file mode 100644
index 0000000..7575baf
Binary files /dev/null and b/data/skin/yelp-note-important.png differ
diff --git a/data/skin/yelp-note-tip.png b/data/skin/yelp-note-tip.png
new file mode 100644
index 0000000..72faadd
Binary files /dev/null and b/data/skin/yelp-note-tip.png differ
diff --git a/data/skin/yelp-note-warning.png b/data/skin/yelp-note-warning.png
new file mode 100644
index 0000000..d4a82ec
Binary files /dev/null and b/data/skin/yelp-note-warning.png differ
diff --git a/data/skin/yelp-note.png b/data/skin/yelp-note.png
new file mode 100644
index 0000000..6c9a9fe
Binary files /dev/null and b/data/skin/yelp-note.png differ



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