From e25f0cbff57899167564ce47eb69a80f3497218c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 29 Apr 2020 00:44:14 +0200 Subject: Remove dead code from style.css. --- static/style.css | 41 ----------------------------------------- 1 file changed, 41 deletions(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index a057ff36..ac490322 100644 --- a/static/style.css +++ b/static/style.css @@ -188,7 +188,6 @@ Each event within the eventlist } .smallcal .nav { - /* height: 100%; */ display: flex; flex-direction: column; justify-content: center; @@ -198,16 +197,12 @@ Each event within the eventlist .small-calendar { display: grid; grid-template-rows: auto; - /* grid-auto-rows: 2em; */ grid-template-columns: auto; - /* grid-auto-columns: 1fr; */ grid-auto-flow: dense; } .small-calendar > * { - /* border: 1px solid black; */ - /* justify-content: center; /\* flow right *\/ */ text-align: center; } @@ -230,7 +225,6 @@ Each event within the eventlist .small-calendar a { color: initial; text-decoration: none; - /* border: 1px solid; */ } .small-calendar .row-head { @@ -279,8 +273,6 @@ The list of all the loaded calendars, along with their colors. */ -/* .calendarlist {} */ - .calendarlist li { font-size: 8pt; list-style-type: none; @@ -372,8 +364,6 @@ along with their colors. } .sideclock { - /* border-right: 2px solid gray; */ - /* height: 100%; */ padding: 0; grid-row: 3; position: relative; @@ -646,7 +636,6 @@ along with their colors. .event-inner .popup .location { font-style: initial; - /* font-size: initial; */ } .popup .popup-control { @@ -670,37 +659,7 @@ along with their colors. font-size: 150%; } -/* .event-inner .popup td { */ -/* white-space: pre-line; */ -/* } */ - -/* Arrow pointing at origin of popup - Currently broken due to an overflow: scroll -*/ -/* .event-inner .popup:after { */ - -/* content: ""; */ -/* position: absolute; */ -/* top: 100%; */ -/* /\* left: 5%; *\/ */ -/* border-style: solid; */ -/* border-width: 1.5em; */ -/* /\* margin-left: -2em; *\/ */ -/* border-color: transparent; */ -/* border-top-color: #555; */ -/* } */ - -/* .popup th { */ -/* text-align: right; */ -/* vertical-align: top; */ -/* } */ - -/* .popup th::after { */ -/* content: ": "; */ -/* } */ - .popup.show { - /* visibility: visible; */ transform: scale(1); } -- cgit v1.2.3