Merge pull request #32 from davorpa/bugfix/reset-children-section-styles
[BUGFIX-31] Layout breaks when content is too widepull/34/head
commit
ea6caee18e
|
@ -180,7 +180,6 @@ section {
|
||||||
}
|
}
|
||||||
|
|
||||||
section > section {
|
section > section {
|
||||||
width:auto;
|
|
||||||
float:none;
|
float:none;
|
||||||
padding-bottom:0;
|
padding-bottom:0;
|
||||||
}
|
}
|
||||||
|
@ -218,7 +217,7 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
padding-right:320px;
|
padding-right:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
section {
|
section {
|
||||||
|
@ -233,6 +232,7 @@ footer {
|
||||||
border-width:0;
|
border-width:0;
|
||||||
padding:0;
|
padding:0;
|
||||||
margin:0;
|
margin:0;
|
||||||
|
width:100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
header a small {
|
header a small {
|
||||||
|
@ -287,7 +287,7 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
form {
|
form {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.searchbar {
|
.searchbar {
|
||||||
|
|
Loading…
Reference in New Issue