summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
79868ae)
This avoids using the sass division operator, which is deprecated.
flex-basis: auto;
list-style: none;
border-left: 1px solid $grey;
flex-basis: auto;
list-style: none;
border-left: 1px solid $grey;
- padding-left: $lineheight/2;
- margin-right: $lineheight/2;
- margin-bottom: $lineheight/8;
+ padding-left: $lineheight * 0.5;
+ margin-right: $lineheight * 0.5;
+ margin-bottom: $lineheight * 0.125;