Twenty Eleven: reset content margins for 404

git-svn-id: http://svn.automattic.com/wordpress/trunk@18190 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
iandstewart 2011-06-08 02:15:56 +00:00
parent 853d1ab1a2
commit c022908e92
1 changed files with 2 additions and 1 deletions

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;
}