1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-22 03:16:34 +00:00

fix-outline-scroll

This commit is contained in:
Michael18811380328
2018-12-07 18:24:20 +08:00
parent 1891c4e198
commit 9cad4e09cb
4 changed files with 15 additions and 15 deletions

View File

@@ -102,6 +102,10 @@
overflow: auto;
}
.cur-view-content .article {
padding: 40px;
}
.cur-view-content .hd {
padding-bottom: 0;
margin-bottom: .5em;

View File

@@ -169,7 +169,7 @@ img[src=""] {
}
#wiki-page-last-modified {
margin-top:40px;
padding:40px;
font-size:12px;
color: #666;
}