Twenty Eleven: reset content margins for 404

git-svn-id: https://develop.svn.wordpress.org/trunk@18190 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ian Stewart 2011-06-08 02:15:56 +00:00
parent 0ea87b527d
commit 08e9fd3fac

View File

@ -147,9 +147,10 @@ body {
/* error404 */
.error404 #primary {
float: none;
margin: 0;
}
.error404 #content {
.error404 #primary #content {
margin: 0 7.6%;
width: auto;
}