aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sleepmap-theme/static/css/main.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/sleepmap-theme/static/css/main.css b/sleepmap-theme/static/css/main.css
index a8a2565..6ae66ec 100644
--- a/sleepmap-theme/static/css/main.css
+++ b/sleepmap-theme/static/css/main.css
@@ -191,8 +191,11 @@ img.left, figure.left {
}
#banner h1 strong {
- font-size: 0.36em;
+ margin-left: 1em;
+ color: #C74350;
+ font-size: 0.5em;
font-weight: normal;
+ text-shadow: 1px 1px 1px #222;
}
/* sidemenu */
@@ -288,7 +291,7 @@ img.left, figure.left {
/* Blogroll */
.blogroll {
- width: 100%;
+ overflow: hidden;
}
.blogroll li {
@@ -314,6 +317,7 @@ img.left, figure.left {
.social a[href*='rss.xml']:before {content: url('../images/icons/rss.png'); margin-right: 2px; vertical-align: -3px;}
.social a[href*='twitter.com']:before {content: url('../images/icons/twitter.png'); margin-right: 2px; vertical-align: -3px;}
.social a[href*='github.com']:before {content: url('../images/icons/github.png'); margin-right: 2px; vertical-align: -3px;}
+.social a[href*='flattr.com']:before {content: url('../images/icons/flattr.png'); margin-right: 2px; vertical-align: -3px;}
.social a[href*='linkedin.com']:before {content: url('../images/icons/linkedin.png'); margin-right: 2px; vertical-align: -3px;}
.social a[href*='gitorious.org']:before {content: url('../images/icons/gitorious.png'); margin-right: 2px; vertical-align: -3px;}