Common.css – MediaWiki
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 10: | Line 10: | ||
dt { | dt { | ||
float: left; | |||
width: 100px; | width: 100px; | ||
margin: 3px 0; | margin: 3px 0; | ||
Line 16: | Line 16: | ||
} | } | ||
dd { | dd { | ||
margin: 3px 0 0 100px; | margin: 3px 0 0 100px; | ||
background-color: red; | background-color: red; |
Revision as of 01:17, 27 July 2006
/* Trying to introduce common.css - did I already see it here? */
h2.sectionheader {
margin-top: 30px;
padding: 5px;
clear: left;
border: 1px solid #cedff2;
background: #f5faff;
}
dt {
float: left;
width: 100px;
margin: 3px 0;
background-color: green;
}
dd {
margin: 3px 0 0 100px;
background-color: red;
}
div.param {
margin: 0;
padding: 0;
background-color: #FAFAFA;
}