diff options
author | Siri Reiter <siri@jones.dk> | 2016-03-26 08:17:24 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2016-03-26 08:17:24 +0100 |
commit | 1b263a1f906b2e4708aaaafb8e38e50e63489a06 (patch) | |
tree | eddaa98104852b146ae20c64d323d1fe1dd1d679 | |
parent | f3f5e18f8a94c3a0e33606ec2436ef89ce98d463 (diff) |
No margins in topbar. Create flex image for columns.
-rw-r--r-- | style.scss | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -177,6 +177,8 @@ body { .topbar p { float: left; + margin-top: 0; + margin-bottom: 0; } .topbar a { @@ -249,6 +251,10 @@ img { background-color: none; } +#content img.flex { + height: 150px; +} + #content img.solo { float: none; display: block; |