normalize line endings in shiny/css/display.css

This commit is contained in:
Brion Vibber 2011-01-31 11:09:20 -08:00
parent 9573f725c1
commit 5b8e74f8d4

View File

@ -292,28 +292,28 @@ h6 {font-size: 1em;}
margin-left: 1px; margin-left: 1px;
} }
#site_nav_local_views { #site_nav_local_views {
position: relative; position: relative;
z-index: 9; z-index: 9;
float: right; float: right;
margin: 0px; margin: 0px;
width: 290px; width: 290px;
} }
#site_nav_local_views li { #site_nav_local_views li {
width: 100%; width: 100%;
margin-right: 0; margin-right: 0;
margin-bottom: 0px; margin-bottom: 0px;
text-align: right; text-align: right;
} }
#site_nav_local_views a { #site_nav_local_views a {
background: url(../images/overlay10.png) repeat-x top left; background: url(../images/overlay10.png) repeat-x top left;
display:block; display:block;
padding-right: 10px; padding-right: 10px;
border: 1px solid #fff; border: 1px solid #fff;
border-color: transparent; border-color: transparent;
padding-top: 4px; padding-top: 4px;
padding-bottom: 4px; padding-bottom: 4px;
font-size: 1.1em; font-size: 1.1em;
font-weight: normal; font-weight: normal;
@ -324,17 +324,17 @@ h6 {font-size: 1em;}
border-bottom: 1px solid #999; border-bottom: 1px solid #999;
border-left: none; border-left: none;
text-shadow: 0px 1px 0px rgba(0,0,0,0.8); text-shadow: 0px 1px 0px rgba(0,0,0,0.8);
border-radius:0; border-radius:0;
-moz-border-radius:0; -moz-border-radius:0;
-webkit-border-radius:0; -webkit-border-radius:0;
text-decoration: none; text-decoration: none;
} }
#site_nav_local_views li:first-child a { #site_nav_local_views li:first-child a {
border-top-right-radius:4px; border-top-right-radius:4px;
-moz-border-radius-topright:4px; -moz-border-radius-topright:4px;
-webkit-border-top-right-radius:4px; -webkit-border-top-right-radius:4px;
} }
#site_nav_local_views a:hover { #site_nav_local_views a:hover {
background: url(../images/overlay20.png) repeat-x top left; background: url(../images/overlay20.png) repeat-x top left;
@ -349,7 +349,7 @@ h6 {font-size: 1em;}
color: #4d4d4d !important; color: #4d4d4d !important;
box-shadow: 1px 1px 1px rgba(0,0,0,0.5); box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.5); -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.5); -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
border-bottom: 1px solid #fff; border-bottom: 1px solid #fff;
text-shadow: 1px 1px 0px rgba(0,0,0,0.2); text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
background-color: #e2e2e2; background-color: #e2e2e2;
@ -368,7 +368,7 @@ h6 {font-size: 1em;}
border-radius: 4px; border-radius: 4px;
-moz-border-radius: 4px; -moz-border-radius: 4px;
-webkit-border-radius: 4px; -webkit-border-radius: 4px;
border-top-right-radius: 0px; border-top-right-radius: 0px;
-moz-border-radius-topright: 0px; -moz-border-radius-topright: 0px;
-webkit-border-top-right-radius: 0px; -webkit-border-top-right-radius: 0px;
padding: 14px 10px 20px 10px; padding: 14px 10px 20px 10px;
@ -383,7 +383,7 @@ h6 {font-size: 1em;}
padding-top: 16px; padding-top: 16px;
padding-left: 10px; padding-left: 10px;
background-color: #262626; background-color: #262626;
border-bottom-right-radius: 6px; border-bottom-right-radius: 6px;
-moz-border-radius-bottomright: 6px; -moz-border-radius-bottomright: 6px;
-webkit-border-bottom-right-radius: 6px; -webkit-border-bottom-right-radius: 6px;
} }
@ -403,10 +403,10 @@ h6 {font-size: 1em;}
width: 248px; width: 248px;
} }
#aside_primary .section H2 { #aside_primary .section H2 {
font-size: 1.1em; font-size: 1.1em;
font-weight: normal; font-weight: normal;
letter-spacing: 0.2em; letter-spacing: 0.2em;
margin-bottom: 10px; margin-bottom: 10px;
margin-left: -4px; margin-left: -4px;
padding: 6px; padding: 6px;