MediaWiki:Common.css: Difference between revisions
m test for modal |
Added UL LI table classes |
||
Line 26: | Line 26: | ||
.text-center { | .text-center { | ||
text-align: center; | text-align: center; | ||
} | |||
/* UL LI Table */ | |||
.div-table { | |||
width: 100%; | |||
border: 1px solid #aaa; | |||
margin: 0; | |||
padding: 0 2px 2px 0; | |||
box-sizing: border-box; | |||
} | |||
.ul-row { | |||
display: flex; | |||
width: 100%; | |||
margin: 0; | |||
padding: 0; | |||
list-style-type: none; | |||
list-style-image: none; | |||
} | |||
.li-col { | |||
margin: 2px 0 0 2px; | |||
} | |||
.li-col span { | |||
padding: 1px; | |||
margin: 2px; | |||
} | } | ||