Fix header width again: this is a better approach

This commit is contained in:
Jef van Schendel 2012-12-02 02:34:29 +01:00
parent f2578595cd
commit 3351e5b242

View File

@ -112,7 +112,8 @@ input, textarea {
}
header {
width: 940px;
width: 100%;
max-width: 940px;
margin-left: auto;
margin-right: auto;
padding: 0;
@ -663,7 +664,6 @@ pre {
header {
text-align: center;
width: 100%;
}
.header_right {