css: remove unused or redundant rules.

This commit is contained in:
evazion
2018-09-14 10:00:23 -05:00
parent 0aecc9d34c
commit bbb233b93f
17 changed files with 2 additions and 126 deletions

View File

@@ -11,18 +11,11 @@ span.link {
cursor: pointer;
}
span.wait {
color: #CCC;
}
span.count {
color: #CCC;
margin-left: 0.5em;
}
span.edit-options {
}
kbd.key {
background: #333;
border: 1px solid #333;

View File

@@ -28,7 +28,6 @@ div#page {
h1 {
font-size: $h2_size;
font-weight: bold;
}
p {

View File

@@ -49,11 +49,3 @@
}
}
}
.split-inline-tag-list {
@extend .inline-tag-list;
ul {
display: block;
}
}