diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-27 06:03:25 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-27 06:03:25 (EDT) |
commit | 9c575aba4d6f2f0973693003cc14878d6eea308d (patch) | |
tree | 1b7f1947162427de1eb11b83ca4a272330c81261 /site/css | |
parent | 830a3aa0288e6d38bf23b1fa11fba73ae508d73f (diff) | |
download | libreboot.org-9c575aba4d6f2f0973693003cc14878d6eea308d.zip libreboot.org-9c575aba4d6f2f0973693003cc14878d6eea308d.tar.gz libreboot.org-9c575aba4d6f2f0973693003cc14878d6eea308d.tar.bz2 |
css: more optimization (4)
Main site no longer responsive. It didn't matter anyway, because
it's highly unlikely that anyone found the site useful on a mobile
phone.
Diffstat (limited to 'site/css')
-rw-r--r-- | site/css/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/css/main.css b/site/css/main.css index e03f78e..fbe8434 100644 --- a/site/css/main.css +++ b/site/css/main.css @@ -5,7 +5,7 @@ body,img,.ulnav{padding:0px;margin:0px} a{color:#33a;font-size:110%} a:hover{color:#000} img{margin:0px 1em 0px;width:7em;float:right} -.contain{max-width:58em;margin:0 auto} +.contain{width:58em;margin:0 auto} .section{background:#fff;} .subsection{background:#eee;} .section,.subsection{margin:.4em .4em;padding:.3em .9em;border-radius:.5em;box-shadow:0px 0px 2px #222} |