revamped artist reltags, fixes #1094

This commit is contained in:
albert
2013-03-25 22:13:27 -04:00
parent e88dfe4cc2
commit 78900c4d38
3 changed files with 38 additions and 75 deletions

View File

@@ -1,6 +1,6 @@
@import "../common/000_vars.css.scss";
div#related-tags-container, div#artist-tags-container {
div#related-tags-container {
padding-right: 2em;
h1 {
@@ -8,22 +8,6 @@ div#related-tags-container, div#artist-tags-container {
}
}
div#artist-tags {
overflow: auto;
width: 100%;
margin-bottom: 1em;
padding: 1em;
background: #EEE;
div.artist {
margin-bottom: 1em;
}
div.artist:last-child {
margin-bottom: 0;
}
}
div.related-tags {
width: 100%;
margin-bottom: 1em;
@@ -56,8 +40,7 @@ div.related-tags {
}
}
div.tag-column.artist {
float: none;
max-width: 100%;
div.wide-column {
max-width: 45em;
}
}