web/static/F-7 style.css,1.6,1.7

Ricky Zhou (ricky) fedora-websites-list at redhat.com
Tue Jun 26 23:46:03 UTC 2007


Author: ricky

Update of /cvs/fedora/web/static/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23428

Modified Files:
	style.css 
Log Message:
Use list-style-image instead of background-image.  



Index: style.css
===================================================================
RCS file: /cvs/fedora/web/static/F-7/style.css,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- style.css	26 Jun 2007 15:54:18 -0000	1.6
+++ style.css	26 Jun 2007 23:46:01 -0000	1.7
@@ -99,7 +99,7 @@
 
 .nav
 {
-  margin: 0 25px 0;
+  margin: 0 10px;
   padding: 0 1.5ex;
 }
 
@@ -115,14 +115,13 @@
 
 .nav ul
 {
-  list-style: none;
+  list-style: url(images/arrow.png);
+  margin-left: 15px;
 }
 
 .nav li
 {
-  background: url(images/arrow.png) 5px 9px no-repeat;
   margin: 0.25ex 1ex;
-  padding-left: 24px;
   color: #777777;
   font-size: 1.6ex;
 }




More information about the Fedora-websites-list mailing list