From 79550f86455d3ed0ead943da6aed7f3243c8e0b6 Mon Sep 17 00:00:00 2001 From: Lukas Brabec Date: Jan 22 2019 14:43:04 +0000 Subject: footer styling --- diff --git a/src/index.css b/src/index.css index 35caf1b..9dc5b1e 100644 --- a/src/index.css +++ b/src/index.css @@ -55,9 +55,15 @@ code { right: 0; bottom: 0; left: 0; - padding: 1rem; + padding: 0.5rem; text-align: center; - color: #bbb; + color: #777; + font-size: 0.8em; + background-color: #eee; + box-shadow:inset rgb(211, 211, 211) 0px 6px 10px -4px; + border-top-color:rgb(204, 204, 204); + border-top-style: solid; + border-top-width: 1px; } .timeline { diff --git a/src/layout/Footer.js b/src/layout/Footer.js index 2124e21..4482de0 100644 --- a/src/layout/Footer.js +++ b/src/layout/Footer.js @@ -5,11 +5,8 @@ class Footer extends Component { render() { return (
-
-
Fedora QA Dashboard 0.1.0
-
-
-
Source on Pagure
+
+ Source on Pagure version 0.1.0
);