From aef2b8eef39db82abb7b7f2feeb5b370fc1d0d66 Mon Sep 17 00:00:00 2001 From: Jeena Date: Tue, 24 Feb 2015 16:50:51 +0100 Subject: [PATCH] css fix for linux --- content.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content.css b/content.css index 160d818..cbe64b3 100644 --- a/content.css +++ b/content.css @@ -35,6 +35,11 @@ a { text-decoration: none; } +article { + line-height: 1.6; + font-size: 0.8em; +} + article a { text-decoration: underline; @@ -42,8 +47,3 @@ img { max-width: 100%; height: auto; } - -article { - line-height: 1.6; - font-size: 0.8em; -}