Unneeded LESS guard.

This commit is contained in:
Paulo Reis 2017-11-28 11:27:45 +00:00
parent 0091d639bf
commit 2c0fcb51e0

View file

@ -47,11 +47,7 @@
overflow-x: hidden;
height: 100%;
ul when (@is-overleaf = false) {
margin-left: (@line-height-computed / 2);
}
ul when (@is-overleaf = true) {
ul {
margin-left: (@line-height-computed / 2);
}