Common.css – MediaWiki

From Bohemia Interactive Community
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? */
  /* Trying to introduce common.css - did I already see it here? */
h2.sectionheader {
  border: 1px solid #cedff2;
  background: #f5faff;
}


  dt {
  dt {
Line 10: Line 15:
   display: block;
   display: block;
   float: left;
   float: left;
  clear: both;
  }
  }

Revision as of 01:57, 27 July 2006

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

 h2.sectionheader {
   border: 1px solid #cedff2;
   background: #f5faff;
 }

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