From 49f24a2faebef75241194650a3ab912309319281 Mon Sep 17 00:00:00 2001 From: Saman Bemel-Benrud Date: Wed, 27 Mar 2013 20:20:03 -0400 Subject: [PATCH] touch up footer nav (still needs work). --- css/app.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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; }