Fix css so the main page looks like it used to again

This commit is contained in:
doskir
2012-09-30 23:50:29 +02:00
parent 2dbfde29ce
commit e1f37fbb83

View File

@@ -871,12 +871,14 @@ div#artistheader h2 a {
#artist_table th#name {
min-width: 200px;
text-align: left;
width:200px;
}
#artist_table th#album {
min-width: 300px;
text-align: left;
}
#artist_table th#albumart{
#artist_table th#albumart,
#artist_table th#status{
width:50px;
}
@@ -886,6 +888,7 @@ div#artistheader h2 a {
min-width: 50px;
text-align: left;
}
#artist_table th#have {
text-align: center;
}
@@ -900,6 +903,7 @@ div#artistheader h2 a {
text-align: left;
vertical-align: middle;
}
#artist_table td#album {
min-width: 300px;
text-align: left;