Please enable JavaScript in your browser!
Startseite
Erkunden
Hilfe
Anmelden
yckj
/
yckj_framework
Beobachten
2
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
d5798536ac
Branches
Tags
master
yckj_framework
/
d2-admin
/
src
/
assets
/
style
/
fixed
/
markdown.scss
markdown.scss
116 B
Verlauf
Originalformat
1
2
3
4
5
6
7
8
9
// markdown 样式补丁
.markdown-body {
ul {
list-style: disc;
}
h1, h2 {
border-bottom: none;
}
}