diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-12-12 21:18:35 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-12-12 21:18:35 (EST) |
commit | f4e29f0ecc94cc99ae5b91c33b8c5555da617ea9 (patch) | |
tree | 4096310f93a1e9757511ffa4dbde1943210ff706 /site/common/css | |
parent | 1b98a12cce5e1121f1102bffd69dc0f938e2a7aa (diff) | |
download | libreboot.org-f4e29f0ecc94cc99ae5b91c33b8c5555da617ea9.zip libreboot.org-f4e29f0ecc94cc99ae5b91c33b8c5555da617ea9.tar.gz libreboot.org-f4e29f0ecc94cc99ae5b91c33b8c5555da617ea9.tar.bz2 |
optimize css and remove background image
not everyone has broadband, and we don't need a giant 130KiB
background image showing on every page
Diffstat (limited to 'site/common/css')
-rw-r--r-- | site/common/css/main.css | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/site/common/css/main.css b/site/common/css/main.css index bf61c49..d5d91bc 100644 --- a/site/common/css/main.css +++ b/site/common/css/main.css @@ -1,22 +1,16 @@ :not(br),a:hover{ -color:#222; -padding:.1% 1%; -margin:1% auto; +padding:.4%; +margin:.6% auto; max-width:95% } html{ -background:#eee url("/common/background/background.jpg") fixed; -font:99% sans-serif; -padding-bottom:100em +background:#eee; +font:99% sans-serif } div{ -opacity:.92; background:#fff; box-shadow:0 0 6px } -p{ -line-height:1.4 -} li{ display:inline } @@ -27,9 +21,6 @@ img{ float:right; width:25% } -a{ -color:#33a -} a,a:hover,strong,em,ul{ padding:0 } |