You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2007/04/15 06:39:27 UTC

svn commit: r528926 - /ofbiz/trunk/framework/images/webapp/images/maincss.css

Author: jacopoc
Date: Sat Apr 14 21:39:25 2007
New Revision: 528926

URL: http://svn.apache.org/viewvc?view=rev&rev=528926
Log:
Added separator element to the main navigation tab bar.

Modified:
    ofbiz/trunk/framework/images/webapp/images/maincss.css

Modified: ofbiz/trunk/framework/images/webapp/images/maincss.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/maincss.css?view=diff&rev=528926&r1=528925&r2=528926
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/maincss.css (original)
+++ ofbiz/trunk/framework/images/webapp/images/maincss.css Sat Apr 14 21:39:25 2007
@@ -1288,6 +1288,7 @@
 }
 
 #main-navigation ul li {
+border-right: solid #ffffff 0.1em;
 background-color: #B4B0AA;
 float: left;
 }