css: clean up various unnecessary css.

This commit is contained in:
evazion
2019-09-25 18:32:49 -05:00
parent bc34fb16a4
commit 8d1874d309
11 changed files with 7 additions and 45 deletions

View File

@@ -1,21 +1,10 @@
@import "../base/000_vars.scss";
div#c-artists, div#excerpt {
span.new-artist {
font-weight: bold;
color: var(--new-artist-color);
}
ul ul {
margin-left: 1em;
}
div.recent-posts {
margin-top: 1em;
h1 {
font-size: $h2_size;
margin: 0;
}
.recent-posts h2 {
margin: 1em 0 0.5em;
}
}

View File

@@ -1,7 +0,0 @@
@import "../base/000_vars.scss";
div#c-favorites {
section#content > h1 {
font-size: $h3_size;
}
}

View File

@@ -1,7 +1,3 @@
body.mode-view {
background-color: var(--post-mode-menu-view-background);
}
body.mode-edit {
background-color: var(--post-mode-menu-edit-background);
}

View File

@@ -1,7 +0,0 @@
div#c-post-versions {
div#a-index {
tr.hilite {
background: var(--table-row-hover-color);
}
}
}

View File

@@ -1,7 +0,0 @@
#c-saved-searches {
#a-index {
table {
margin-bottom: 2em;
}
}
}