Revision: 6455
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=6455&view=rev
Author:   dnaber
Date:     2012-02-05 10:55:48 +0000 (Sun, 05 Feb 2012)
Log Message:
-----------
HTML syntax fixes

Modified Paths:
--------------
    trunk/website/include/header.php
    trunk/website/www/css/style.css

Modified: trunk/website/include/header.php
===================================================================
--- trunk/website/include/header.php    2012-02-05 10:53:07 UTC (rev 6454)
+++ trunk/website/include/header.php    2012-02-05 10:55:48 UTC (rev 6455)
@@ -51,7 +51,7 @@
                        }
                }
                ?>
-        <a href="<?php print $url ?>"><div class="menuitem"><? print $visName 
?></div></a>
+        <div class="menuitem"><a href="<?php print $url ?>" style="display: 
block;"><? print $visName ?></a></div>
                <?php
        }
 }

Modified: trunk/website/www/css/style.css
===================================================================
--- trunk/website/www/css/style.css     2012-02-05 10:53:07 UTC (rev 6454)
+++ trunk/website/www/css/style.css     2012-02-05 10:55:48 UTC (rev 6455)
@@ -146,24 +146,35 @@
 }
 
 .menuitem {
-    color: #464646;
-       padding-left: 10px;
+}
+
+.menuitem a {
+    padding-left: 10px;
        padding-right: 10px;
     padding-top: 3px;
     padding-bottom: 3px;
     margin-left: 0px;
     margin-right: 0px;
        margin-bottom: 10px;
+    color: #464646;
+    text-decoration: none;
 }
 
-.menuitem:hover {
-    color: #ffffff;
-       background: #ef8701;
+.menuitem a:hover {
+    color: white;
+    background-color: #ef8701;
 }
 
 .activeMenuitem {
        color: #ffffff;
        background: #ef8701;
+    padding-left: 10px;
+       padding-right: 10px;
+    padding-top: 3px;
+    padding-bottom: 3px;
+    margin-left: 0px;
+    margin-right: 0px;
+       margin-bottom: 10px;
 }
 
 

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


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Languagetool-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to