mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
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:
parent
853d1ab1a2
commit
c022908e92
@ -147,9 +147,10 @@ body {
|
||||
|
||||
/* error404 */
|
||||
.error404 #primary {
|
||||
float: none;
|
||||
margin: 0;
|
||||
}
|
||||
.error404 #content {
|
||||
.error404 #primary #content {
|
||||
margin: 0 7.6%;
|
||||
width: auto;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user