From e6c6767aa1779d3b278c499588ac1ea1cd5d66e2 Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Wed, 16 Apr 2014 08:27:44 +0200 Subject: [PATCH] Better author meta mobile styles Fixes #97 --- assets/css/screen.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/assets/css/screen.css b/assets/css/screen.css index 71ba131..9cd7c23 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -1112,6 +1112,16 @@ margin on the iframe, cause it breaks stuff. */ margin: 1.4rem 0.8rem 0 0.8rem; } + .author-meta li { + float: none; + margin: 0; + line-height: 1.6em; + } + + .author-meta li:before { + display: none; + } + .older-posts, .newer-posts { position: static;