diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/craftmine.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/css/craftmine.css b/css/craftmine.css index c5d5d28..13580f3 100644 --- a/css/craftmine.css +++ b/css/craftmine.css @@ -35,6 +35,18 @@ .list-group > button { border-radius: 0; } +.footer { + background-color: #f5f5f5; + border-top: 1px solid #e5e5e5; + padding: 0.7em 0; + text-align: center; + width: auto; +} + +.footer p { + color: #777; + margin-bottom: 0; +} a { color: #5cb85c; } |