Common.css – MediaWiki

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 2: Line 2:


  h2.sectionheader {
  h2.sectionheader {
   clear: both;
  margin-top: 10px;
   clear: left;
   border: 1px solid #cedff2;
   border: 1px solid #cedff2;
   background: #f5faff;
   background: #f5faff;

Revision as of 01:59, 27 July 2006

 /* Trying to introduce common.css - did I already see it here? */

 h2.sectionheader {
   margin-top: 10px;
   clear: left;
   border: 1px solid #cedff2;
   background: #f5faff;
 }

 dt {
   width: 100px;
   display: block;
   float: left;
   clear: left;
 }
 dd {
   display: block;
   float: left;
 }