summaryrefslogtreecommitdiffstats
path: root/site/css
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-05-22 03:13:02 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-05-22 03:13:02 (EDT)
commit3471f6bc74749f35d7a0bb974b11e4f05df369fa (patch)
tree5716937dec8e69766bee9c401ebaca07065d3ca1 /site/css
parent8355f2ccf14a6d444c67b1179a50333bc37dd32c (diff)
downloadlibreboot.org-3471f6bc74749f35d7a0bb974b11e4f05df369fa.zip
libreboot.org-3471f6bc74749f35d7a0bb974b11e4f05df369fa.tar.gz
libreboot.org-3471f6bc74749f35d7a0bb974b11e4f05df369fa.tar.bz2
optimize css (2)
Diffstat (limited to 'site/css')
-rw-r--r--site/css/main.css30
1 files changed, 12 insertions, 18 deletions
diff --git a/site/css/main.css b/site/css/main.css
index 6903078..7251413 100644
--- a/site/css/main.css
+++ b/site/css/main.css
@@ -3,29 +3,13 @@ body {
color:#333;
font:400 0.825em Lato,helvetica,sans-serif
}
+
+h1,h2,h3 {margin:0px 0px}
p,aside,li {margin:0.1em 0px 0.15em; text-align:justify}
body,img,.ulnav {padding:0px; margin:0px}
-
-.contain {max-width:58em; margin:0 auto}
-.section {
- background:#fff;
-}
-.subsection {
- background:#ece0e2;
-}
-.section, .subsection {
- margin:0.35em 0.35em;
- padding:0.15em 0.9em 0.3em 0.9em;
- border-radius:0.5em;
- box-shadow:0px 0px 2px 0px rgba(50, 50, 50, 1)
-}
-
a {color:#33a; font-size:1.1em}
a:hover {text-decoration:none}
-h1,h2,h3 {margin:0px 0px}
-h1 {font-size:1.9em} h2 {font-size:1.4em} h3 {font-size:1.2em}
-
img {
margin:0px 1em 0px;
height:7.5em;
@@ -33,5 +17,15 @@ img {
float:right
}
+.contain {max-width:58em; margin:0 auto}
+.section {background:#fff;}
+.subsection {background:#ece0e2;}
+.section, .subsection {
+ margin:0.35em 0.35em;
+ padding:0.15em 0.9em 0.3em 0.9em;
+ border-radius:0.5em;
+ box-shadow:0px 0px 2px 0px rgba(50, 50, 50, 1)
+}
+
.ulnav {margin:0.5em 0.5em}
.ulnav li {display:inline-block; margin:0px 1em 0px 0px}