Enlightenment CVS committal

Author  : raster
Project : web
Module  : www

Dir     : web/www


Modified Files:
        style.css 


Log Message:


make links block style for nav buttons

===================================================================
RCS file: /cvs/e/web/www/style.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- style.css   24 Mar 2007 15:45:50 -0000      1.1
+++ style.css   25 Mar 2007 05:59:52 -0000      1.2
@@ -161,26 +161,31 @@
    font-size              : 9px;
    font-weight            : bold;
    white-space            : no-wrap;
+   display                : block;
 }
 
 a.nav:link {
    color                  : #888888;
    text-decoration        : none;
+   display                : block;
 }
 
 a.nav:visited {
    color                  : #888888;
    text-decoration        : none;
+   display                : block;
 }
 
 a.nav:active {
    color                  : #000000;
    text-decoration        : none;
+   display                : block;
 }
 
 a.nav:hover {
    color                  : #444444;
    text-decoration        : none;
+   display                : block;
 }
 
 



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to