MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
} | } | ||
.info-table{ | .info-table { | ||
border-collapse: collapse; | border-collapse: collapse; | ||
background: # | width: 100%; | ||
background-color: #cce0ff; | |||
} | |||
.info-table th, .info-table td { | |||
.info-table td{ | border: 1px solid #000; | ||
padding: 8px; | |||
vertical-align: top; | vertical-align: top; | ||
} | } |