模板:曲目信息/styles.css:修订间差异
无编辑摘要 |
无编辑摘要 |
||
| (未显示同一用户的1个中间版本) | |||
| 第1行: | 第1行: | ||
/** 总体样式 **/ | /** 总体样式 **/ | ||
.song-infobox { | .song-infobox { | ||
min-width: 273px; | min-width: 273px; | ||
max-width: 316px | max-width: 316px | ||
| 第9行: | 第8行: | ||
background-color: #ebecf0; | background-color: #ebecf0; | ||
text-align: center | text-align: center | ||
} | |||
.song-infobox-container { | |||
float: right; | |||
margin-left: 1em; | |||
} | } | ||