Common.css – MediaWiki
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
/* | /* Trying to introduce common.css - did I already see it here? */ | ||
*/ | |||
dt { color: red } | dt { | ||
color: red; | |||
width: 100px; | |||
display: block; | |||
float: left; | |||
} | |||
dd { | |||
color: blue; | |||
} |