summaryrefslogtreecommitdiff
path: root/web/css/default.css
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2013-01-13 21:46:25 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2013-01-13 21:46:25 +0100
commit82a725bd8f59453cacf3ff5e45b3a7d2903dbb2f (patch)
treeb5dbf73d0571ae7bb3f7279ec5f3234089fe2679 /web/css/default.css
parent282f0e2041bc06694dce470b8c928f050ec817c6 (diff)
downloadhakyll-82a725bd8f59453cacf3ff5e45b3a7d2903dbb2f.tar.gz
Site updates
Diffstat (limited to 'web/css/default.css')
-rw-r--r--web/css/default.css20
1 files changed, 13 insertions, 7 deletions
diff --git a/web/css/default.css b/web/css/default.css
index e1336e4..368eb23 100644
--- a/web/css/default.css
+++ b/web/css/default.css
@@ -13,16 +13,21 @@ body {
}
div#header {
+ font-size: 28px;
+ font-weight: bold;
height: 32px;
- margin: 20px 0px 20px 60px;
+ line-height: 32px;
+ margin: 24px 0px 12px 128px;
text-transform: uppercase;
- font-weight: bold;
- font-size: 28px;
}
div#header img {
- display: inline;
- margin: 0px 0px 0px 0px;
+ float: left;
+ margin: 0px 30px 0px 0px;
+}
+
+div#header a {
+ text-decoration: none;
}
div#main {
@@ -77,12 +82,12 @@ a {
h1 {
font-size: 20px;
- margin: 24px 0px 16px 0px;
+ margin: 12px 0px 12px 0px;
}
h2 {
font-size: 18px;
- margin: 24px 0px 16px 0px;
+ margin: 12px 0px 12px 0px;
}
h3 {
@@ -91,6 +96,7 @@ h3 {
h1, h2, h3 {
text-transform: uppercase;
+ font-weight: bold;
}
h1 a, h2 a, h3 a {