「MediaWiki:Common.css」の版間の差分
| 6行: | 6行: | ||
.page-メインページ h1 { | .page-メインページ h1 { | ||
| + | display: none; | ||
| + | } | ||
| + | |||
| + | .page-メインページ .toc, #toc { | ||
display: none; | display: none; | ||
} | } | ||
2014年1月9日 (木) 02:12時点における版
/* ここに記述したCSSはすべての外装に反映されます */
.floatList li {
float: left;
margin-right: 3em;
}
.page-メインページ h1 {
display: none;
}
.page-メインページ .toc, #toc {
display: none;
}
