This commit is contained in:
albert
2013-03-19 22:48:13 -07:00
parent 61f8c93944
commit 0495d5c338
6 changed files with 31 additions and 10 deletions

View File

@@ -24,7 +24,7 @@ div#artist-tags {
}
}
div#related-tags {
div.related-tags {
overflow: auto;
width: 100%;
margin-bottom: 1em;
@@ -55,4 +55,9 @@ div#related-tags {
}
}
}
div.tag-column.artist {
float: none;
max-width: 100%;
}
}