[geeklog-cvs] Geeklog-1.x/public_html/layout/professional style.css, 1.96, 1.97

Blaine Lang blaine at qs1489.pair.com
Thu Jan 3 22:22:17 EST 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional
In directory qs1489.pair.com:/tmp/cvs-serv26534

Modified Files:
	style.css 
Log Message:
Updates to float the menu to the right but retain the menu order

Index: style.css
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/style.css,v
retrieving revision 1.96
retrieving revision 1.97
diff -C2 -d -r1.96 -r1.97
*** style.css	2 Jan 2008 12:35:58 -0000	1.96
--- style.css	4 Jan 2008 03:22:15 -0000	1.97
***************
*** 499,502 ****
--- 499,503 ----
  .header-navigation-container {
    border-bottom:1px solid #FFFFFF;
+   background:#E7E7E7;
  }
  .header-navigation-container ul{
***************
*** 504,515 ****
    padding:0px;
    margin:0px;
-   background:#E7E7E7;
    border-bottom:1px solid #CCCCCC;
    color:#FFFFFF;
!   text-align:right;
    height:24px;
  }
  .header-navigation-container li{
!   float:right;
    padding-right:9px;
    padding-left:9px;
--- 505,515 ----
    padding:0px;
    margin:0px;
    border-bottom:1px solid #CCCCCC;
    color:#FFFFFF;
!   float:right;
    height:24px;
  }
  .header-navigation-container li{
!   float:left;
    padding-right:9px;
    padding-left:9px;




More information about the geeklog-cvs mailing list