raise position of logout bar so background image fills the header area
authorgreg gay <ggay@ocad.ca>
Tue, 23 Aug 2011 15:50:26 +0000 (15:50 -0000)
committergreg gay <ggay@ocad.ca>
Tue, 23 Aug 2011 15:50:26 +0000 (15:50 -0000)
docs/themes/default/styles.css

index 64eef7e..431ef8d 100644 (file)
@@ -555,7 +555,7 @@ div#toctoggle {
 h1#section-title {
        float: left;
        margin-left:1em;
-       margin-top:-1em;
+       margin-top:-1.5em;
        
 }
 
@@ -1540,6 +1540,7 @@ div#topnavlistcontainer {
        margin-left:1em;
        clear:both;
 
+
 }
 
 ul#topnavlist {
@@ -1596,7 +1597,8 @@ ul#topnavlist li a.selected {
        font-weight: normal;
        border-radius:.3em .3em 0em 0em;
        -moz-border-radius: .3em .3em 0em 0em;
-       padding: .2em 1.8em .1em 1.8em;
+       padding: 1em 1.8em 1em 1.8em;
+       margin-bottom:0em;
 }
 
 ol#tools>li:hover {
@@ -2046,7 +2048,6 @@ ul.current_list{
       font-size:0.85em; 
       border-bottom:1px solid #F2F7F7; 
       height:2em;
-         margin-top:-.15em;
       text-align:right;
       padding-right:1em;
       clear:both;