normalize line endings in shiny/css/display.css
This commit is contained in:
parent
9573f725c1
commit
5b8e74f8d4
|
@ -292,28 +292,28 @@ h6 {font-size: 1em;}
|
|||
margin-left: 1px;
|
||||
}
|
||||
|
||||
#site_nav_local_views {
|
||||
position: relative;
|
||||
z-index: 9;
|
||||
#site_nav_local_views {
|
||||
position: relative;
|
||||
z-index: 9;
|
||||
float: right;
|
||||
margin: 0px;
|
||||
width: 290px;
|
||||
}
|
||||
|
||||
#site_nav_local_views li {
|
||||
width: 100%;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
#site_nav_local_views li {
|
||||
width: 100%;
|
||||
margin-right: 0;
|
||||
margin-bottom: 0px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#site_nav_local_views a {
|
||||
background: url(../images/overlay10.png) repeat-x top left;
|
||||
display:block;
|
||||
padding-right: 10px;
|
||||
border: 1px solid #fff;
|
||||
border-color: transparent;
|
||||
padding-top: 4px;
|
||||
display:block;
|
||||
padding-right: 10px;
|
||||
border: 1px solid #fff;
|
||||
border-color: transparent;
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
font-size: 1.1em;
|
||||
font-weight: normal;
|
||||
|
@ -324,17 +324,17 @@ h6 {font-size: 1em;}
|
|||
border-bottom: 1px solid #999;
|
||||
border-left: none;
|
||||
text-shadow: 0px 1px 0px rgba(0,0,0,0.8);
|
||||
border-radius:0;
|
||||
-moz-border-radius:0;
|
||||
border-radius:0;
|
||||
-moz-border-radius:0;
|
||||
-webkit-border-radius:0;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#site_nav_local_views li:first-child a {
|
||||
border-top-right-radius:4px;
|
||||
border-top-right-radius:4px;
|
||||
-moz-border-radius-topright:4px;
|
||||
-webkit-border-top-right-radius:4px;
|
||||
}
|
||||
}
|
||||
|
||||
#site_nav_local_views a:hover {
|
||||
background: url(../images/overlay20.png) repeat-x top left;
|
||||
|
@ -349,7 +349,7 @@ h6 {font-size: 1em;}
|
|||
color: #4d4d4d !important;
|
||||
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;
|
||||
text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
|
||||
background-color: #e2e2e2;
|
||||
|
@ -368,7 +368,7 @@ h6 {font-size: 1em;}
|
|||
border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
border-top-right-radius: 0px;
|
||||
border-top-right-radius: 0px;
|
||||
-moz-border-radius-topright: 0px;
|
||||
-webkit-border-top-right-radius: 0px;
|
||||
padding: 14px 10px 20px 10px;
|
||||
|
@ -383,7 +383,7 @@ h6 {font-size: 1em;}
|
|||
padding-top: 16px;
|
||||
padding-left: 10px;
|
||||
background-color: #262626;
|
||||
border-bottom-right-radius: 6px;
|
||||
border-bottom-right-radius: 6px;
|
||||
-moz-border-radius-bottomright: 6px;
|
||||
-webkit-border-bottom-right-radius: 6px;
|
||||
}
|
||||
|
@ -403,10 +403,10 @@ h6 {font-size: 1em;}
|
|||
width: 248px;
|
||||
}
|
||||
|
||||
#aside_primary .section H2 {
|
||||
font-size: 1.1em;
|
||||
font-weight: normal;
|
||||
letter-spacing: 0.2em;
|
||||
#aside_primary .section H2 {
|
||||
font-size: 1.1em;
|
||||
font-weight: normal;
|
||||
letter-spacing: 0.2em;
|
||||
margin-bottom: 10px;
|
||||
margin-left: -4px;
|
||||
padding: 6px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user