diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-22 03:25:13 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-22 03:25:13 (EDT) |
commit | 6c669965dad2c4ef2fd728560475ec17edce3b17 (patch) | |
tree | 8773ae5deb383f08c95ca6bd752305346a7dd0ba | |
parent | 657f307af58a584b315c86e17af479c7f387e04a (diff) | |
download | libreboot.org-6c669965dad2c4ef2fd728560475ec17edce3b17.zip libreboot.org-6c669965dad2c4ef2fd728560475ec17edce3b17.tar.gz libreboot.org-6c669965dad2c4ef2fd728560475ec17edce3b17.tar.bz2 |
optimize css (4)
-rw-r--r-- | site/css/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/css/main.css b/site/css/main.css index f11d53d..beff303 100644 --- a/site/css/main.css +++ b/site/css/main.css @@ -26,5 +26,5 @@ img { box-shadow:0px 0px 2px 0px rgba(50, 50, 50, 1) } -.ulnav {margin:.5em .5em} +.ulnav {margin-bottom:.5em} .ulnav li {display:inline-block; margin:0px 1em 0px 0px} |