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 {
   margin-top: 10px;
   margin-top: 30px;
   padding: 5px;
   padding: 5px;
   clear: left;
   clear: left;

Revision as of 02:00, 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 {
   width: 100px;
   display: block;
   float: left;
   clear: left;
 }
 dd {
   display: block;
   float: left;
 }