|
From: <gem...@li...> - 2011-09-19 10:47:15
|
Revision: 36
http://gemstracker.svn.sourceforge.net/gemstracker/?rev=36&view=rev
Author: matijsdejong
Date: 2011-09-19 10:47:08 +0000 (Mon, 19 Sep 2011)
Log Message:
-----------
- added hanging indent to menu items
Modified Paths:
--------------
trunk/new_project/htdocs/gems/css/gems.css
Modified: trunk/new_project/htdocs/gems/css/gems.css
===================================================================
--- trunk/new_project/htdocs/gems/css/gems.css 2011-09-19 10:35:16 UTC (rev 35)
+++ trunk/new_project/htdocs/gems/css/gems.css 2011-09-19 10:47:08 UTC (rev 36)
@@ -249,14 +249,15 @@
display: block;
*height: 1%; /* IE 6 Fix */
margin: 0;
- padding: 0;
+ padding: 0 0 0 0.5em;
+ text-indent: -0.5em;
*width: 115px; /* IE 6 Fix */
}
#menu ul li a.breakBefore {
border-top: 1px dotted;
margin: 3px 4px 0 0;
- padding: 2px 0 0 0;
+ padding: 2px 0 0 0.5em;
}
#menu ul li a.noParameters {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|