This commit is contained in:
Frederic Hemberger
2011-09-21 14:48:38 +02:00
parent 2a30d9a1eb
commit a9a901c136
12 changed files with 29 additions and 29 deletions

View File

@ -121,7 +121,7 @@ article + article {
display: inline-block;
}
#content nav[role=pagination] {
#content nav.pagination {
text-align: center;
font-size: .95em;
div {

View File

@ -31,8 +31,8 @@ body > nav {
}
}
}
fieldset[role=site-search]{ float: right; width: 48%; }
fieldset[role=mobile-nav]{ float: left; width: 48%;
fieldset[role=search]{ float: right; width: 48%; }
fieldset.mobile-nav{ float: left; width: 48%;
select{ width: 100%; font-size: .8em; border: 1px solid #888;}
}
ul { display: none; }
@ -85,8 +85,8 @@ body > nav {
width: $sidebar-width-medium - $pad-medium*2 - $sidebar-pad-medium - 58px;
.search { width: 91%; }
}
fieldset[role=mobile-nav] { display: none; }
fieldset[role=site-search]{ width: 99%; }
fieldset.mobile-nav { display: none; }
fieldset[role=search]{ width: 99%; }
}
@media only screen and (min-width: 992px) {
form {

View File

@ -1,7 +1,7 @@
.side-shadow-border {
@include box-shadow(lighten($sidebar-bg, 5) 0 1px);
}
aside[role=sidebar] {
aside.sidebar {
color: $sidebar-color;
text-shadow: lighten($sidebar-bg, 8) 0 1px;
a { @extend .force-wrap; }