aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-04-29 00:44:14 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-04-29 00:44:14 +0200
commite25f0cbff57899167564ce47eb69a80f3497218c (patch)
tree627a7c01351a3c72ea9c7aca6593d0f8084aff8a
parent.btn click area now fixed. (diff)
downloadcalp-e25f0cbff57899167564ce47eb69a80f3497218c.tar.gz
calp-e25f0cbff57899167564ce47eb69a80f3497218c.tar.xz
Remove dead code from style.css.
-rw-r--r--static/style.css41
1 files changed, 0 insertions, 41 deletions
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);
}