diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-12-05 22:33:48 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-12-05 22:33:48 (EST) |
commit | d53ea8053637cd7a5e6b6e750f3c3f1a60d9639d (patch) | |
tree | 9a1c80f81f087e9a3fffcda9ea46f10cc986ae66 /site/common/css | |
parent | a930809f96670a913eb0ce7548c1bd24620783f0 (diff) | |
download | libreboot.org-d53ea8053637cd7a5e6b6e750f3c3f1a60d9639d.zip libreboot.org-d53ea8053637cd7a5e6b6e750f3c3f1a60d9639d.tar.gz libreboot.org-d53ea8053637cd7a5e6b6e750f3c3f1a60d9639d.tar.bz2 |
home page: put FCC warning as a banner at the bottom of the page
Diffstat (limited to 'site/common/css')
-rw-r--r-- | site/common/css/main.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/site/common/css/main.css b/site/common/css/main.css index 65a4855..173340e 100644 --- a/site/common/css/main.css +++ b/site/common/css/main.css @@ -6,7 +6,8 @@ max-width:95% } html{ background:#eee url("/common/background/background.jpg") fixed; -font:99% sans-serif +font:99% sans-serif; +padding-bottom:100em; } div{ opacity:.92; |