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? */
<pre>
*/


dt { color: red }
dt {
 
  color: red;
/*
  width: 100px;
</pre>
  display: block;
*/
  float: left;
}
dd {
  color: blue;
}

Revision as of 01:54, 27 July 2006

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

 dt {
   color: red;
   width: 100px;
   display: block;
   float: left;
 }
 dd {
   color: blue;
 }