diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-07-15 02:34:09 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-07-15 02:34:09 (EDT) |
commit | 648136c31fc9b3596da20461d5960d4d2f262b1f (patch) | |
tree | b131acbbefdb1ec1d069e42c999ef690123e3b8f /site | |
parent | d3d6ecc8a12908f5fc48e0cb7ea5529f12402fdd (diff) | |
download | libreboot.org-648136c31fc9b3596da20461d5960d4d2f262b1f.zip libreboot.org-648136c31fc9b3596da20461d5960d4d2f262b1f.tar.gz libreboot.org-648136c31fc9b3596da20461d5960d4d2f262b1f.tar.bz2 |
home page: Make everything bigger
It was a bit cramped. It still scales down to a small size, if
you have a lower screen resolution.
Diffstat (limited to 'site')
-rw-r--r-- | site/common/css/main.css | 2 | ||||
-rw-r--r-- | site/index.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/site/common/css/main.css b/site/common/css/main.css index 024ae16..a92905a 100644 --- a/site/common/css/main.css +++ b/site/common/css/main.css @@ -1,6 +1,6 @@ *,a:hover{color:#222;padding:.3% 1%;margin:1% auto;text-align:justify} html{background:#eee;font:95% sans-serif} -body{max-width:55em} +body{max-width:80em} div{background:#fff;border-radius:9px;box-shadow:0 0 4px} li{display:inline} img{width:12%;float:right} diff --git a/site/index.php b/site/index.php index 5f1df4a..99b4517 100644 --- a/site/index.php +++ b/site/index.php @@ -34,7 +34,7 @@ <div> <p> - <a href="logo/"><img src="logo/s.png" alt="" /></a> + <a href="logo/"><img src="logo/logo.svg" alt="" /></a> </p> <h1><?php echo gettext("Libreboot project"); ?></h1> <p> |