diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-07-15 03:44:44 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-07-15 03:44:44 (EDT) |
commit | 9a2a4d0dba5e73ee8e3341e10ab82d40b8d1dded (patch) | |
tree | efeb5c696a3132f35cfc52d1ce596f9b154f067f /site/common/css | |
parent | 648136c31fc9b3596da20461d5960d4d2f262b1f (diff) | |
download | libreboot.org-9a2a4d0dba5e73ee8e3341e10ab82d40b8d1dded.zip libreboot.org-9a2a4d0dba5e73ee8e3341e10ab82d40b8d1dded.tar.gz libreboot.org-9a2a4d0dba5e73ee8e3341e10ab82d40b8d1dded.tar.bz2 |
Wake the home page more generally useful
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 a92905a..8d8af8e 100644 --- a/site/common/css/main.css +++ b/site/common/css/main.css @@ -3,6 +3,6 @@ html{background:#eee;font:95% sans-serif} body{max-width:80em} div{background:#fff;border-radius:9px;box-shadow:0 0 4px} li{display:inline} -img{width:12%;float:right} +img{width:14%;float:right} a{color:#33a;font-size:110%} a,a:hover,i,b,u{padding:0} |