“MediaWiki:Common.css”的版本间的差异

来自UtaWiki
跳转至: 导航搜索
第5行: 第5行:
 
float: left;
 
float: left;
 
}
 
}
.poem+h3 {
+
.poem+h2 {
 
clear: both;
 
clear: both;
 
}
 
}

2014年5月29日 (四) 22:47的版本

/* 此处的 CSS 将应用于所有的皮肤 */


.poem {
	float: left;
}
.poem+h2 {
	clear: both;
}