From 6c07de4f686e35b073e0cb0ad388b272e6ec4be0 Mon Sep 17 00:00:00 2001 From: alopexc0de Date: Sun, 22 Jun 2014 00:12:35 -0400 Subject: [PATCH] Add new elements to style and remove the weird 'text' that was floating --- Website/Include/CSS/style.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Website/Include/CSS/style.css b/Website/Include/CSS/style.css index dbf6bf0..d0f7f46 100644 --- a/Website/Include/CSS/style.css +++ b/Website/Include/CSS/style.css @@ -48,7 +48,6 @@ hr { .navbar a:hover{ background: rgba(34, 32, 27, 1); - text } .header h3{ @@ -83,7 +82,7 @@ hr { .submitbtn{ width:30px; - height: 46px; + height: 47px; background: #333; border: none; } @@ -154,3 +153,13 @@ hr { position: relative; font-size: 76%; } + +.table{ + color: rgb(34, 139, 34); +} + +.centertab{ + margin-left: auto; + margin-right: auto; + text-align: center; +} \ No newline at end of file