aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-06-02 20:04:06 -0400
committerGravatar Barry Clark <barry@barryclark.co> 2014-06-02 20:04:06 -0400
commit5209833ed98733dcfc29ea0008d71d708925e55d (patch)
treec1754a3cc6367f7e9f722df1c19e32a405547dde /style.css
parent54d20da44fbbeda2b96d801cd8df93de933b0d8b (diff)
downloadkompetenzbolzen.github.io-5209833ed98733dcfc29ea0008d71d708925e55d.tar.gz
Little 1px border-bottom on the footer
Diffstat (limited to 'style.css')
-rw-r--r--style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/style.css b/style.css
index daa9f20..3a82aa5 100644
--- a/style.css
+++ b/style.css
@@ -225,6 +225,7 @@ nav {
.wrapper-footer {
margin-top: 50px;
border-top: 1px solid #dddddd;
+ border-bottom: 1px solid #dddddd;
background-color: #eeeeee; }
footer {