mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-01 04:32:16 +08:00
fix align bullet with a file name
This commit is contained in:
parent
3253cac86f
commit
858b95d851
1 changed files with 13 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue