Actions

Weapons.css: Difference between revisions

From MM6 Wiki

No edit summary
No edit summary
Line 5: Line 5:
border-left-width: 0px;
border-left-width: 0px;
         font-size: 1rem;
         font-size: 1rem;
        word-wrap: break-word;
}
}
.row.display .columns, .row.display .column {
.row.display .columns, .row.display .column {
Line 12: Line 13:
         font-weight: normal;  
         font-weight: normal;  
         font-size: 1rem;
         font-size: 1rem;
        word-wrap: break-word;
}
}
.row.display {
.row.display {
margin-bottom: 1px;
margin-bottom: 1px;
}
}

Revision as of 18:39, 6 September 2019

.row.display .columns { border: 1px solid #fff; text-indent: 0px; border-bottom-width: 0px; border-left-width: 0px;

       font-size: 1rem;
       word-wrap: break-word;

} .row.display .columns, .row.display .column { background: #eee; padding-left: 8px; padding-right: 8px;

       font-weight: normal; 
       font-size: 1rem;
       word-wrap: break-word;

} .row.display { margin-bottom: 1px; }