Difference between revisions of "MediaWiki:Common.css"

From SWEBOK
Jump to: navigation, search
Line 17: Line 17:
 
     line-height:26px;
 
     line-height:26px;
 
     width:70px;
 
     width:70px;
 +
    border: 1px solid #aaa;
 
}
 
}
  

Revision as of 23:43, 14 July 2015

/* CSS placed here will be applied to all skins */

p {
  margin-bottom: 0 }
p + p {
  text-indent: 1.5em;
  margin-top: 0 }

.toc, #toc {
  float: right;
}

dt  {
    clear:left;
    float:left;
    font-size:12px;
    line-height:26px;
    width:70px;
    border: 1px solid #aaa;
}

dd {
    clear:right;
    font-size:12px;
    line-height:18px;
    padding:4px 0 4px 40px;
}