Actions

Weapons.css: Difference between revisions

From MM6 Wiki

No edit summary
No edit summary
 
Line 18: Line 18:


.tabs dd > a, .tabs .tab-title > a {
.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;
         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;

}