Weapons.css: Difference between revisions
From MM6 Wiki
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
border-bottom-width: 0px; | border-bottom-width: 0px; | ||
border-left-width: 0px; | border-left-width: 0px; | ||
font-size: 1em; | |||
} | } | ||
.row.display .columns, .row.display .column { | .row.display .columns, .row.display .column { | ||
Line 10: | Line 11: | ||
padding-right: 8px; | padding-right: 8px; | ||
font-weight: normal; | font-weight: normal; | ||
font-size: 1em; | |||
} | } | ||
.row.display { | .row.display { | ||
margin-bottom: 1px; | margin-bottom: 1px; | ||
} | } |
Revision as of 17:26, 6 September 2019
.row.display .columns { border: 1px solid #fff; text-indent: 0px; border-bottom-width: 0px; border-left-width: 0px;
font-size: 1em;
} .row.display .columns, .row.display .column { background: #eee; padding-left: 8px; padding-right: 8px;
font-weight: normal; font-size: 1em;
} .row.display { margin-bottom: 1px; }