Cleanup some CSS

This commit is contained in:
djmaze 2021-09-17 12:08:16 +02:00
parent ace913a1e3
commit cec6c41953
6 changed files with 2 additions and 62 deletions

View file

@ -73,11 +73,6 @@
// Grid System
// -----------
// Table columns
.tableColumns(@columnSpan: 1) {
width: ((@gridColumnWidth) * @columnSpan) + (@gridGutterWidth * (@columnSpan - 1)) - 16; // 16 is total padding on left and right of table cells
}
// The Grid
#grid {