MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 3: Line 3:
   color: #0000ff;           
   color: #0000ff;           
}
}


.info-table {
.info-table {
   border-collapse: collapse;
   margin:10px;
  width: 100%;
   background-color:#cce0ff;
   background-color: #cce0ff;
  border-width:2px
}
}


.info-table th, .info-table td {
 
  border: 1px solid #000;
.info-table td {
  padding: 8px;
   vertical-align: top;
   vertical-align: top;
}
}