diff --git a/lib/gollum/frontend/public/gollum/css/gollum.css b/lib/gollum/frontend/public/gollum/css/gollum.css index 47090918..26adf4c1 100755 --- a/lib/gollum/frontend/public/gollum/css/gollum.css +++ b/lib/gollum/frontend/public/gollum/css/gollum.css @@ -71,6 +71,7 @@ a:hover, a:visited { display: block; float: left; margin-right: 3%; + margin-bottom: 40px; width: 100%; } diff --git a/lib/gollum/frontend/public/gollum/css/template.css b/lib/gollum/frontend/public/gollum/css/template.css index 084a0768..e00df341 100644 --- a/lib/gollum/frontend/public/gollum/css/template.css +++ b/lib/gollum/frontend/public/gollum/css/template.css @@ -26,12 +26,6 @@ a.absent { color: #c00; } -#template { - font-size: 14px; - line-height: 1.6; - margin-bottom: 40px; -} - .markdown-body { font-size: 14px; line-height: 1.6;