操作

MediaWiki

「Common.css」の版間の差分

提供: WikiArc

7行目: 7行目:
 
font-size:120%;
 
font-size:120%;
 
  line-height:160%;
 
  line-height:160%;
 +
}
 +
.contents {
 +
    line-height: 3;
 
}
 
}

2017年4月5日 (水) 12:27時点における版

/* ここに記述したCSSはすべての外装に反映されます */
#gendaigo{
	border:solid #555 1px;
	background:#FfFFF5;
	padding:1.5em;
	margin:0 auto 1em auto;
	 font-size:120%;
 line-height:160%;
}
.contents {
    line-height: 3;
}