fix align bullet with a file name

This commit is contained in:
mlorb 2018-05-30 13:58:16 +02:00
parent 3253cac86f
commit 858b95d851

View file

@ -16,3 +16,16 @@
}
}
}
#steps {
// hack only for firefox
@-moz-document url-prefix() {
ul > li {
padding-top: 1px;
a > p:first-child {
margin-top: -17px;
}
}
}
}