mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 08:57:03 +03:00
Cleanup some CSS
This commit is contained in:
parent
ace913a1e3
commit
cec6c41953
6 changed files with 2 additions and 62 deletions
5
vendors/bootstrap/less/mixins.less
vendored
5
vendors/bootstrap/less/mixins.less
vendored
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue