summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJosé Mota <josemota.net@gmail.com>2012-06-02 22:12:27 +0100
committerJosé Mota <josemota.net@gmail.com>2012-06-02 22:12:27 +0100
commit6523a7b492b760e4ed2cb03eb72f5156f9709ddc (patch)
tree24716d7e13b8e0e2ebac2c3f740586dd860262da /css
parentc5982db10404ba96b080596aeee3cc495dd45ee2 (diff)
Update CSS.
Diffstat (limited to 'css')
-rw-r--r--css/main.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/css/main.css b/css/main.css
index 5c168fd..dabbf99 100644
--- a/css/main.css
+++ b/css/main.css
@@ -17,7 +17,7 @@ body {
}
h1 {
- margin: 36px 0 0;
+ margin: 36px 0 46px;
text-align: center;
font: italic 1.8em normal "Baskerville", "PT Serif", Georgia, serif; }
@@ -47,7 +47,7 @@ h2 {
p + p {
text-indent: 1.4em; }
-p, ul, ol, pre {
+p, ul, ol, pre, .highlight {
margin-top: 1em;
}
@@ -80,7 +80,9 @@ aside {
margin: 120px auto;
padding: 35px;
box-sizing: border-box;
- box-shadow: inset 0 1px 0 rgba(255,255,255,1), 0 5px 5px rgba(0, 0, 0, 0.45); }
+ box-shadow: inset 0 1px 0 rgba(255,255,255,1), 0 5px 5px rgba(0, 0, 0, 0.45);
+ position: relative;
+}
#logo {
background: url("images/logo.png") no-repeat center;