From 3e0a06445b130a68f9a2401b5d8b52e9283b92ec Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Mon, 20 Oct 2014 17:17:21 +0200 Subject: bupa: use fragment instead of html_body to get rid of document divs --- src/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/style.css b/src/style.css index ff4f1d4..59fa759 100644 --- a/src/style.css +++ b/src/style.css @@ -69,7 +69,7 @@ header h1 { color: #505050; margin-bottom: -0.4rem; } -.entry div > p:first-of-type:first-letter { +.entry > p:first-of-type:first-letter { float: left; color: #903; font-size: 2.8rem; @@ -80,7 +80,7 @@ header h1 { font-family: 'Georgia'; } @media (max-width: 767px) { - .entry div > p:first-of-type:first-letter { + .entry > p:first-of-type:first-letter { padding-top: 0.3rem; padding-right: 0.2rem; font-size: 2.7rem; -- cgit v1.2.3-70-g09d2