Weapons.css: Difference between revisions
From MM6 Wiki
No edit summary |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
border-bottom-width: 0px; | border-bottom-width: 0px; | ||
border-left-width: 0px; | border-left-width: 0px; | ||
font-size: 1rem; | |||
} | } | ||
.row.display .columns, .row.display .column { | .row.display .columns, .row.display .column { | ||
Line 9: | Line 10: | ||
padding-left: 8px; | padding-left: 8px; | ||
padding-right: 8px; | padding-right: 8px; | ||
font-weight: normal; | |||
font-size: 1rem; | |||
} | } | ||
.row.display { | .row.display { | ||
margin-bottom: 1px; | margin-bottom: 1px; | ||
} | |||
.tabs dd > a, .tabs .tab-title > a { | |||
word-wrap: break-word; | |||
} | |||
.tabs dd, .tabs .tab-title { | |||
word-wrap: break-word; | |||
} | |||
.tabs dd.active > a, .tabs .tab-title.active > a { | |||
word-wrap: break-word; | |||
} | } |
Latest revision as of 18:41, 6 September 2019
.row.display .columns { border: 1px solid #fff; text-indent: 0px; border-bottom-width: 0px; border-left-width: 0px;
font-size: 1rem;
} .row.display .columns, .row.display .column { background: #eee; padding-left: 8px; padding-right: 8px;
font-weight: normal; font-size: 1rem;
} .row.display { margin-bottom: 1px; }
.tabs dd > a, .tabs .tab-title > a {
word-wrap: break-word;
} .tabs dd, .tabs .tab-title {
word-wrap: break-word;
} .tabs dd.active > a, .tabs .tab-title.active > a {
word-wrap: break-word;
}