A few wee fixes for rebase and shiny themes.

This commit is contained in:
Samantha Doherty
2011-01-25 18:32:12 -05:00
parent 0fc46d1629
commit 8bc296bdbb
2 changed files with 7 additions and 8 deletions

View File

@@ -295,8 +295,8 @@ h6 {font-size: 1em;}
#site_nav_local_views {
position: relative;
z-index: 9;
float: right;
margin: 0px 0px 20px 0px;
float: right;
margin: 0px;
width: 290px;
}
@@ -331,7 +331,7 @@ h6 {font-size: 1em;}
}
#site_nav_local_views li:first-child a {
border-radius-topright:4px;
border-top-right-radius:4px;
-moz-border-radius-topright:4px;
-webkit-border-top-right-radius:4px;
}
@@ -368,7 +368,7 @@ h6 {font-size: 1em;}
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius-topright: 0px;
border-top-right-radius: 0px;
-moz-border-radius-topright: 0px;
-webkit-border-top-right-radius: 0px;
padding: 14px 10px 20px 10px;
@@ -382,9 +382,8 @@ h6 {font-size: 1em;}
padding: 0px;
padding-top: 16px;
padding-left: 10px;
margin-top: -20px;
background-color: #262626;
border-radius-bottomright: 6px;
border-bottom-right-radius: 6px;
-moz-border-radius-bottomright: 6px;
-webkit-border-bottom-right-radius: 6px;
}