diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-12-12 21:27:42 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-12-12 21:28:09 (EST) |
commit | cdeedec8ac8d13aa458085000c2489918a9821d9 (patch) | |
tree | c12b70e673060ddcb1ec0dae9580e2f3f9f14d64 /site/common/css | |
parent | b9d2d945115ec760bce95da96640e1bf6cca5ebd (diff) | |
download | libreboot.org-cdeedec8ac8d13aa458085000c2489918a9821d9.zip libreboot.org-cdeedec8ac8d13aa458085000c2489918a9821d9.tar.gz libreboot.org-cdeedec8ac8d13aa458085000c2489918a9821d9.tar.bz2 |
css: decrease margins a bit
Diffstat (limited to 'site/common/css')
-rw-r--r-- | site/common/css/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/common/css/main.css b/site/common/css/main.css index 2a29427..9ac3a58 100644 --- a/site/common/css/main.css +++ b/site/common/css/main.css @@ -1,6 +1,6 @@ :not(br),a:hover{ padding:.4%; -margin:.6% auto; +margin:.5% auto; max-width:95% } html{ |