From 1385230a4f50bd418210b752916aa8137c87fcc5 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Tue, 16 Aug 2016 13:54:02 -0400 Subject: [PATCH] adding and centering badge --- styles.css | 7 +++++++ templates/template.html | 14 ++++++++++++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index 5912c3a..5a5d825 100644 --- a/styles.css +++ b/styles.css @@ -253,7 +253,14 @@ cursor: pointer; #column { background: white; border-radius: 5px; + height: 694px; } +.TA_certificateOfExcellence { + margin: 0 auto; + display: inline-block; + text-align: center; +} + #bar { padding: 1em; } diff --git a/templates/template.html b/templates/template.html index 4d8db74..79342f6 100644 --- a/templates/template.html +++ b/templates/template.html @@ -127,8 +127,8 @@ $(function() { -
-
+
+
{sideNav:h}
@@ -141,6 +141,16 @@ $(function() {
+
+
+ +
+ +
-- 2.17.1