From 419a872feb452bb730bba341d9f419a840e94ede Mon Sep 17 00:00:00 2001 From: Carson Ip Date: Wed, 15 Feb 2017 22:22:26 +0100 Subject: Remove ".post span" block in css The ".post span" block in css is too broad that will interfere with many other libraries such as MathJax and KaTeX. The block is removed because there is no obvious reason for it to exist. --- static/css/style.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 6fe3b4f..f3a624a 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -117,13 +117,6 @@ footer { margin-bottom: 25px; } -.posts span { - float: right; - text-transform: uppercase; - font-size: 0.70em; - color: #777777; -} - .post { margin: auto; padding-bottom: 20px; -- cgit v1.2.3