1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-20 18:32:41 +00:00

Merge pull request #2072 from haiwen/wiki

[wiki] modification
This commit is contained in:
Daniel Pan
2018-04-18 10:06:12 +08:00
committed by GitHub
6 changed files with 58 additions and 20 deletions

View File

@@ -3191,9 +3191,13 @@ button.sf-dropdown-toggle:focus {
border-bottom:1px solid #e8e8e8;
}
#wiki-page-list {
line-height:1.8;
margin-top:1.6em;
}
.wiki-page-list-item {
word-break:break-all;
line-height:1.6;
margin:3px 0;
}
.wiki-page-link,
.wiki-page-link:hover {
font-size:1.15em;
@@ -3202,11 +3206,11 @@ button.sf-dropdown-toggle:focus {
margin-left:5px;
}
#wiki-area {
padding: 30px 0 0;
padding:30px 0 0;
}
#wiki-last-modified,
#wiki-page-last-modified {
margin-top: 10px;
margin-top:40px;
font-size:12px;
color: #666;
}