diff --git a/css/app.css b/css/app.css index b279236eb..aafed2b2e 100644 --- a/css/app.css +++ b/css/app.css @@ -1587,6 +1587,11 @@ img.wiki-image { margin-bottom: 20px; } +.help-wrap p:last-child { + border-bottom: 1px solid #CCC; + padding-bottom: 20px; +} + .help-wrap .left-content .body p code { padding:2px 4px; background:#eee; @@ -1626,6 +1631,9 @@ img.wiki-image { display: inline-block; } +.help-wrap .nav a.previous { +} + .help-wrap .nav a span { padding: 10px; }