minor corrections
This commit is contained in:
parent
7afd8eca76
commit
6aa0c6e211
@ -389,7 +389,7 @@ function melville_widgets_init() {
|
||||
'description' => __( 'An optional widget area for your site sidedown.', 'twentyten' ),
|
||||
'before_widget' => '<div id="%1$s" class="slidedown-widget-container %2$s">',
|
||||
'after_widget' => '</div>',
|
||||
'before_title' => '<h3 class="lidedown-widget-title">',
|
||||
'before_title' => '<h3 class="slidedown-widget-title">',
|
||||
'after_title' => '</h3>',
|
||||
)
|
||||
);
|
||||
|
@ -98,7 +98,9 @@ div#slidedown-widget-area input#searchsubmit { margin: 0 10px 0 20px; }
|
||||
.widget-float-right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
h3.slidedown-widget-title {
|
||||
font-size: 1.3em;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
14
style.css
14
style.css
@ -987,20 +987,24 @@ p.has-drop-cap:not(:focus):first-letter
|
||||
}
|
||||
|
||||
|
||||
@media screen and (max-width: 450px) {
|
||||
|
||||
.widget-float-right, .widget-float-left, {
|
||||
@media screen and (max-width: 550px) {
|
||||
|
||||
.widget-float-right, .widget-float-left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.slidedown-widget-area {
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
.melville_header_menu {
|
||||
font-size: 1.4em;
|
||||
}
|
||||
|
||||
.melville_header_menu li
|
||||
{
|
||||
width: 45%;
|
||||
margin-bottom: 10px;
|
||||
width: 95%;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user