diff options
author | Francis Rowe <fchmmr@minifree.lan> | 2015-12-04 00:43:06 (EST) |
---|---|---|
committer | Francis Rowe <fchmmr@minifree.lan> | 2015-12-04 00:43:06 (EST) |
commit | 5b496cffff4fe9aca20dbf6335286c97dd1be3d5 (patch) | |
tree | fcb95d30f2b0b836445979b88840e6803547a4c1 /site/common/css | |
parent | 920a57b5cbfb2dc2249f94729a658f364f5424d7 (diff) | |
download | libreboot.org-5b496cffff4fe9aca20dbf6335286c97dd1be3d5.zip libreboot.org-5b496cffff4fe9aca20dbf6335286c97dd1be3d5.tar.gz libreboot.org-5b496cffff4fe9aca20dbf6335286c97dd1be3d5.tar.bz2 |
optimize css
Diffstat (limited to 'site/common/css')
-rw-r--r-- | site/common/css/main.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/site/common/css/main.css b/site/common/css/main.css index bc9d78d..cde537c 100644 --- a/site/common/css/main.css +++ b/site/common/css/main.css @@ -6,13 +6,11 @@ max-width:95%; line-height:1.4 } html{ -background:#eee; -background-image:url('/common/background/background.jpg'); -background-attachment:fixed; +background:#eee url("/common/background/background.jpg") fixed; font:99% sans-serif } div{ -opacity:0.95; +opacity:.9; background:#fff; box-shadow:0 0 6px } |