Twenty Eleven: Correct the broken 404 layout; Fixes #17606

git-svn-id: http://svn.automattic.com/wordpress/trunk@18077 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
iandstewart 2011-05-30 21:46:36 +00:00
parent c215525c41
commit cd9146ed3d
1 changed files with 3 additions and 1 deletions

View File

@ -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%;