diff --git a/public/themes/circlepro/stylesheets/application.css b/public/themes/circlepro/stylesheets/application.css index 2e2597b..5a9565c 100644 --- a/public/themes/circlepro/stylesheets/application.css +++ b/public/themes/circlepro/stylesheets/application.css @@ -567,6 +567,10 @@ div.wiki ul.toc { margin-left: 12px; padding: 4px 8px; } +div.wiki ul.toc li { + line-height: 1em; + margin-top: .3em; +} #preview fieldset { width: auto; min-width: auto; @@ -1293,6 +1297,11 @@ div.details { padding: 20px !important; } div.details { padding: 2% !important; } + + div.wiki ul.toc { + float: none; + margin-left: 0; + } } @media screen and (max-width: 767px) { #wrapper-top-menu { diff --git a/public/themes/circlepro/stylesheets/editor.css b/public/themes/circlepro/stylesheets/editor.css index 5db7edd..64dc999 100644 --- a/public/themes/circlepro/stylesheets/editor.css +++ b/public/themes/circlepro/stylesheets/editor.css @@ -32,6 +32,7 @@ kbd { /* Headers */ h1, h2, h3, h4, h5, h6 { font-family: Lato,HelveticaNeue,"Helvetica Neue",Helvetica,Arial,sans-serif; + line-height: 1em; } h1, .wiki h1 { font-size: 34px; } h2, .wiki h2 { font-size: 28px; }