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