Twenty Eleven: Correct the broken 404 layout; Fixes #17606
git-svn-id: https://develop.svn.wordpress.org/trunk@18077 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
276131adc7
commit
2ce443d5c9
@ -148,6 +148,7 @@ body {
|
||||
}
|
||||
.error404 #content {
|
||||
margin: 0 7.6%;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
/* Alignment */
|
||||
@ -1148,9 +1149,10 @@ blockquote.pull {
|
||||
padding: 1.625em 8.9%;
|
||||
}
|
||||
.error404 #main #s {
|
||||
width: 80%;
|
||||
width: 95%;
|
||||
}
|
||||
.error404 #main .widget {
|
||||
clear: none;
|
||||
float: left;
|
||||
margin-right: 3.7%;
|
||||
width: 30.85%;
|
||||
|
Loading…
Reference in New Issue
Block a user