From de9f51de821154d19e2dbbfd4f95d35b5bf79860 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 9 Feb 2020 21:06:37 +0000 Subject: chore(web/blog): Remove duplicate CSS file --- web/blog/static/blog.css | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 web/blog/static/blog.css diff --git a/web/blog/static/blog.css b/web/blog/static/blog.css deleted file mode 100644 index e6e4ae3c2b..0000000000 --- a/web/blog/static/blog.css +++ /dev/null @@ -1,35 +0,0 @@ -body { - margin: 40px auto; - max-width: 650px; - line-height: 1.6; - font-size: 18px; - color: #383838; - padding: 0 10px -} -h1, h2, h3 { - line-height: 1.2 -} -.footer { - text-align: right; -} -.lod { - text-align: center; -} -.unstyled-link { - color: inherit; - text-decoration: none; -} -.uncoloured-link { - color: inherit; -} -.date { - text-align: right; - font-style: italic; - float: right; -} -.inline { - display: inline; -} -.navigation { - text-align: center; -} -- cgit 1.4.1