mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-12 08:25:50 +01:00
(refs #431)Fix CSS layout in Wiki page
This commit is contained in:
@@ -52,7 +52,7 @@
|
|||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
<div style="margin-right: 220px;">
|
<div style="width: 650px;" class="pull-left">
|
||||||
<div class="markdown-body">
|
<div class="markdown-body">
|
||||||
@markdown(page.content, repository, true, false)
|
@markdown(page.content, repository, true, false)
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -881,7 +881,6 @@ div.markdown-body h1 {
|
|||||||
div.markdown-body h2 {
|
div.markdown-body h2 {
|
||||||
border-bottom: 1px solid #eee;
|
border-bottom: 1px solid #eee;
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
margin-top: 30px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.markdown-body h3 {
|
div.markdown-body h3 {
|
||||||
|
|||||||
Reference in New Issue
Block a user