diff options
author | David Runge <dave@sleepmap.de> | 2015-08-04 12:30:20 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2015-08-04 12:30:20 +0200 |
commit | ca4c15cfda98b2473a99c8e2e26440887bb90925 (patch) | |
tree | 6d77295947adcd0086b4ed5c0c758586f2c46f8b /sleepmap-theme | |
parent | 021f2dfaedce3001f05e7724923c6b4a1a11e2ac (diff) | |
download | sleepmap-ca4c15cfda98b2473a99c8e2e26440887bb90925.tar.gz sleepmap-ca4c15cfda98b2473a99c8e2e26440887bb90925.tar.bz2 sleepmap-ca4c15cfda98b2473a99c8e2e26440887bb90925.tar.xz sleepmap-ca4c15cfda98b2473a99c8e2e26440887bb90925.zip |
sleepmap-theme/static/css/main.css: Lowering the padding used for the sidemenu nav. Adding a top margin for each li in the #posts-lists (on index page). Unifying .hentry class' padding to 20px. Adding icon for discogs links.
Diffstat (limited to 'sleepmap-theme')
-rw-r--r-- | sleepmap-theme/static/css/main.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sleepmap-theme/static/css/main.css b/sleepmap-theme/static/css/main.css index 6ae66ec..b7aedd5 100644 --- a/sleepmap-theme/static/css/main.css +++ b/sleepmap-theme/static/css/main.css @@ -210,7 +210,7 @@ img.left, figure.left { #sidemenu nav { background: #eee; margin: 0.5em; - padding: 20px; + padding: 10px; border-radius: 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; @@ -318,6 +318,7 @@ img.left, figure.left { .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*='discogs.com']:before {content: url('../images/icons/discogs.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;} @@ -325,7 +326,7 @@ img.left, figure.left { /* Blog */ .hentry { border-bottom: 1px solid #eee; - padding: 1.5em ; + padding: 20px; clear: both; background: linear-gradient(#efefff, #eee); border-radius: 10px; @@ -378,6 +379,10 @@ li:last-child .hentry, #content > .hentry { margin: 0; } +#posts-list li { + margin-top: 5px; +} + /* Comments */ #comments-list { list-style: none; |