From 19531cb2ace1d7bc65556a59db62a4f71063378c Mon Sep 17 00:00:00 2001 From: Fabian Vogler Date: Tue, 23 Feb 2016 10:21:56 +0100 Subject: [PATCH] Cleanup puppet banner Use Bootstrap background color --- src/angular-worldskills-utils.css | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/angular-worldskills-utils.css b/src/angular-worldskills-utils.css index b478701..2a12482 100644 --- a/src/angular-worldskills-utils.css +++ b/src/angular-worldskills-utils.css @@ -1,10 +1,6 @@ div.puppet-banner { - top: 0; - left: 0; - background-color: #d24835; - width: 100%; - padding: 10px; - color: white; + background-color: #d9534f; + padding: 10px 20px; + color: #fff; text-align: center; - height: 40px; -} \ No newline at end of file +}