summaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-05-30 15:18:18 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-05-30 16:29:28 (EDT)
commitdd2ef85a840ee64a0dc1cabff6342ef121370e08 (patch)
tree303f4f63821c574f4d1b25524ad117e098c74b06 /site
parentf4af0c566b8d0cee62a110ee4143378f6087b608 (diff)
downloadlibreboot.org-dd2ef85a840ee64a0dc1cabff6342ef121370e08.zip
libreboot.org-dd2ef85a840ee64a0dc1cabff6342ef121370e08.tar.gz
libreboot.org-dd2ef85a840ee64a0dc1cabff6342ef121370e08.tar.bz2
CSS size reduced by 16.8%
Diffstat (limited to 'site')
-rw-r--r--site/css/main.css12
-rw-r--r--site/download/index.php2
2 files changed, 6 insertions, 8 deletions
diff --git a/site/css/main.css b/site/css/main.css
index 17dbe3b..4a7b749 100644
--- a/site/css/main.css
+++ b/site/css/main.css
@@ -1,9 +1,7 @@
-*,a:hover{color:#222;margin:0;padding:0}
-html{background:#eee;font:.9em lato,sans-serif}
+*,a:hover{color:#222;padding:0;margin:.6% auto}
+html{background:#eee;font:90% sans-serif}
body{max-width:55em}
-div{background:#fff;padding:.6em;border-radius:.5em;box-shadow:0 0 2px}
-ul,li,p{margin:.2em}
-li{display:inline;margin-right:1em}
-img,div,body{margin:.4em auto}
-img{width:6.5em;float:right}
+div{background:#fff;padding:.6em;border-radius:8px;box-shadow:0 0 2px}
+li{display:inline;margin-right:2%}
+img{width:7em;float:right}
a{color:#33a;font-size:110%} \ No newline at end of file
diff --git a/site/download/index.php b/site/download/index.php
index f728182..91be6ae 100644
--- a/site/download/index.php
+++ b/site/download/index.php
@@ -158,7 +158,7 @@
<li><a href="http://projects.mtjm.eu/projects/libreboot"><?php echo gettext("Bug tracker"); ?></a></li>
</ul>
- <h2 id="contrib"><?php echo gettext("Submitting patches to libreboot"); ?></h3>
+ <h2 id="contrib"><?php echo gettext("Submitting patches to libreboot"); ?></h2>
<p>
<?php echo gettext("The <a href=\"http://git-scm.com/doc\">git documentation</a> describes how to use git."); ?>
</p>