##// END OF EJS Templates
don't split `.cell` and `div.cell` CSS...
MinRK -
Show More
@@ -1,4 +1,4 b''
1 .cell {
1 div.cell {
2 border: 1px solid transparent;
2 border: 1px solid transparent;
3 .vbox();
3 .vbox();
4
4
@@ -6,9 +6,6 b''
6 .corner-all;
6 .corner-all;
7 border : thin @border_color solid;
7 border : thin @border_color solid;
8 }
8 }
9 }
10
11 div.cell {
12 width: 100%;
9 width: 100%;
13 padding: 5px 5px 5px 0px;
10 padding: 5px 5px 5px 0px;
14 /* This acts as a spacer between cells, that is outside the border */
11 /* This acts as a spacer between cells, that is outside the border */
General Comments 0
You need to be logged in to leave comments. Login now