diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-27 07:02:55 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-27 07:02:55 (EDT) |
commit | 5e2b3d428524eb082cf6d9e28e385a309e592d8a (patch) | |
tree | 36d60119bbd7ec5992c930593abbdc566818bb5a | |
parent | 042fde2982f68f0aab631827de9e2d72f5787e29 (diff) | |
download | libreboot.org-5e2b3d428524eb082cf6d9e28e385a309e592d8a.zip libreboot.org-5e2b3d428524eb082cf6d9e28e385a309e592d8a.tar.gz libreboot.org-5e2b3d428524eb082cf6d9e28e385a309e592d8a.tar.bz2 |
css: optimize
-rw-r--r-- | site/css/main.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/css/main.css b/site/css/main.css index 2c24a85..dffd44f 100644 --- a/site/css/main.css +++ b/site/css/main.css @@ -1,7 +1,7 @@ body{background:#eee;color:#333;font:.82em Lato,sans-serif} h1,h2,h3{margin:0px} -p,li{margin:.1em 0px .3em} -body,img,.l{padding:0px;margin:0px} +p,li,.l{margin:.1em 0px .3em} +body,img,.l{padding:0px} a{color:#33a;font-size:110%} a:hover{color:#000} img{margin:0px 1em 0px;width:7em;float:right} |