summaryrefslogtreecommitdiffstats
path: root/site/common/css
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-12-05 22:35:39 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-12-05 22:35:39 (EST)
commit88d80a5bc70008e687b66d1cee780424c82de069 (patch)
tree3fce087a8b3660ec8f63933d4a9195c411965b22 /site/common/css
parentd53ea8053637cd7a5e6b6e750f3c3f1a60d9639d (diff)
downloadlibreboot.org-88d80a5bc70008e687b66d1cee780424c82de069.zip
libreboot.org-88d80a5bc70008e687b66d1cee780424c82de069.tar.gz
libreboot.org-88d80a5bc70008e687b66d1cee780424c82de069.tar.bz2
css: remove redundant semicolon
Diffstat (limited to 'site/common/css')
-rw-r--r--site/common/css/main.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/common/css/main.css b/site/common/css/main.css
index 173340e..bf61c49 100644
--- a/site/common/css/main.css
+++ b/site/common/css/main.css
@@ -7,7 +7,7 @@ max-width:95%
html{
background:#eee url("/common/background/background.jpg") fixed;
font:99% sans-serif;
-padding-bottom:100em;
+padding-bottom:100em
}
div{
opacity:.92;