From a6ae83cd1580d7a9036870eaf5fc269307c06a7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoffer=20M=C3=BCller=20Madsen?= Date: Sun, 6 Aug 2017 16:28:38 +0200 Subject: [PATCH] Remove unused elements from stylesheet --- static/css/style.css | 35 ----------------------------------- 1 file changed, 35 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 673737f..2ca3141 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -23,50 +23,15 @@ a:hover, a:active { transition-duration: 0.3s; } -.introduction { - margin-left: 20px; - width: 600px; - margin-bottom: 4ex; -} - -.cover { - float: left; - width: 190px; -} - -.cover img { - display: block; -} - -.description { - margin-left: 180px; - margin-bottom: 6ex; - width: 600px; - height: 220px; -} - ul { list-style-type: square; } -h3.booktitle, h4.authorname { - font-weight: 400; - font-style: italic; -} - -ul.covers { - list-style: none; -} - .monospace { font-family: monospace; } -td.right-align { - text-align: right; -} - td { padding: 2pt; border-bottom: 1px solid #ddd;