diff options
author | Pierre-Yves Chibon <pingou@pingoured.fr> | 2012-03-23 18:55:25 +0100 |
---|---|---|
committer | Pierre-Yves Chibon <pingou@pingoured.fr> | 2012-03-23 18:55:25 +0100 |
commit | b26dae8c925ef360f4264d029434b200aaf93d90 (patch) | |
tree | 5d89eae8e74423404db28aa3fd888c997ead7a87 | |
parent | bd28050fbc03fef1f5c77e1d008602371b0f2dc7 (diff) | |
download | hyperkitty-b26dae8c925ef360f4264d029434b200aaf93d90.tar.gz hyperkitty-b26dae8c925ef360f4264d029434b200aaf93d90.tar.xz hyperkitty-b26dae8c925ef360f4264d029434b200aaf93d90.zip |
Small change for the content section
-rw-r--r-- | static/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css index 3089a60..f4918e6 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -200,7 +200,7 @@ a { /* The content section of the page */ .content { - width: 1024px; + width: 1000px; margin: auto; } |