“MediaWiki:Common.css”的版本间的差异
来自UtaWiki
小 |
|||
| 第12行: | 第12行: | ||
border-radius: 3px; | border-radius: 3px; | ||
} | } | ||
| − | .poem+h2 { | + | .poem+h2, .lyric+h2 { |
clear: both; | clear: both; | ||
} | } | ||
2014年5月30日 (五) 01:00的版本
/* 此处的 CSS 将应用于所有的皮肤 */
.lyric {
float: left;
margin-right: 20px;
}
.poem {
float: left;
padding: 0.6em 1em 0.5em;
background: #EEE;
border-radius: 3px;
}
.poem+h2, .lyric+h2 {
clear: both;
}