2,242
edits
Join the HITS Discord and leave your suggestions for this wiki, talk about your edits, or just chat with fellow Tally Hall fans!
Line 203: | Line 203: | ||
/* ----------------- TRACKLIST GLOBAL ----------------- */ | /* ----------------- TRACKLIST GLOBAL ----------------- */ | ||
table.tracklist { | table.tracklist { | ||
clear: | clear: both; | ||
font-size: | font-size: inherit; | ||
border: 1px solid #878787; | border: 1px solid #878787; | ||
width: | width: inherit; | ||
background-color: #ececec; | |||
} | } | ||
table.tracklist th { | table.tracklist th { | ||
padding: | padding: 4px; | ||
margin: 0px; | margin: 0px; | ||
border-bottom: 1px solid #666666; | border-bottom: 1px solid #666666; | ||
Line 233: | Line 234: | ||
table#album td { | table#album td { | ||
background-color: #ececec; | background-color: #ececec; | ||
padding: | padding: 4px; | ||
border-bottom: 1px solid #c6c6c6; | border-bottom: 1px solid #c6c6c6; | ||
} | } |