From 80acab0bf0ba0245580314910adfd5ee084865b0 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sun, 25 Oct 2015 11:42:41 +0000 Subject: [PATCH] .button class added --- lib/backup-versions.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/backup-versions.css b/lib/backup-versions.css index 6b9e18fd..3320dca1 100644 --- a/lib/backup-versions.css +++ b/lib/backup-versions.css @@ -26,4 +26,5 @@ body {overflow: hidden; h1 {font-size: 36px; font-weight: normal; color: #888; margin-bottom: 20px} a {color: #fff; text-decoration: none} -.backup-versions {font-family: arial, verdana, helvetica, sans-serif; background-color: #1c1c19; color: #fff; padding: 20px} \ No newline at end of file +.backup-versions {font-family: arial, verdana, helvetica, sans-serif; background-color: #1c1c19; color: #fff; padding: 20px} +.button {padding: 5px 10px; font-size: 14px; background-color: rgba(0,198,255,0.7); margin-bottom: 20px; text-align: center; cursor: pointer} \ No newline at end of file