Revision: 7201
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7201&view=rev
Author:   gulp21-1
Date:     2012-06-03 10:05:25 +0000 (Sun, 03 Jun 2012)
Log Message:
-----------
[web] preserve indentation and height for .submenuitem.activeMenuitem

Modified Paths:
--------------
    trunk/website/www/css/style.css

Modified: trunk/website/www/css/style.css
===================================================================
--- trunk/website/www/css/style.css     2012-06-03 09:15:48 UTC (rev 7200)
+++ trunk/website/www/css/style.css     2012-06-03 10:05:25 UTC (rev 7201)
@@ -183,16 +183,21 @@
 }
 
 .activeMenuitem {
-       color: #ffffff;
-       background: #ef8701;
+    color: #ffffff;
+    background: #ef8701;
     padding-left: 10px;
-       padding-right: 10px;
+    padding-right: 10px;
     padding-top: 3px;
     padding-bottom: 3px;
     margin-left: 0px;
     margin-right: 0px;
 }
 
+.submenuitem.activeMenuitem {
+    padding-top: 0px;
+    padding-bottom: 0px;
+    margin-left: 10px;
+}
 
 .warning {
        border-color: #ffb251;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Languagetool-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to