[gnomeweb-wml] fixed the list items on the mobile site to be foots like on pgo



commit ee56bd01fc1a16b9a3e7c9ab336d1ae3b5590e36
Author: Andreas Nilsson <nisses mail home se>
Date:   Thu Mar 3 00:37:29 2011 +0100

    fixed the list items on the mobile site to be foots like on pgo

 www.gnome.org/mobile/Makefile.am  |    3 ++-
 www.gnome.org/mobile/gnome-16.png |  Bin 0 -> 650 bytes
 www.gnome.org/mobile/products.css |    6 ++++++
 3 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/www.gnome.org/mobile/Makefile.am b/www.gnome.org/mobile/Makefile.am
index 2535b8a..3f12081 100644
--- a/www.gnome.org/mobile/Makefile.am
+++ b/www.gnome.org/mobile/Makefile.am
@@ -11,6 +11,7 @@ page_SCRIPTS = \
 	olpc-xo.jpg \
 	products.css \
 	vernier-labquest.jpg \
-	gmae-icons.jpg
+	gmae-icons.jpg \
+	gnome-16.png
 
 include $(top_srcdir)/rules.common
diff --git a/www.gnome.org/mobile/gnome-16.png b/www.gnome.org/mobile/gnome-16.png
new file mode 100644
index 0000000..95c4ff6
Binary files /dev/null and b/www.gnome.org/mobile/gnome-16.png differ
diff --git a/www.gnome.org/mobile/products.css b/www.gnome.org/mobile/products.css
index dd1ed10..67dbfff 100644
--- a/www.gnome.org/mobile/products.css
+++ b/www.gnome.org/mobile/products.css
@@ -5,3 +5,9 @@
 	vertical-align: middle;
 	padding: 10px;
 }
+
+/* The following has nothing to do with products, but I thought it was silly to do another css-file just for this */
+
+ul li {
+list-style-image: url("gnome-16.png");
+}



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