From e1090a9de77ce760fb86d2dc120d56a6ae9d711f Mon Sep 17 00:00:00 2001 From: MickeyKay Date: Wed, 10 Jun 2015 13:53:31 -0700 Subject: [PATCH] Remove unused button classes. Fixes #25. --- style.css | 40 ---------------------------------------- 1 file changed, 40 deletions(-) diff --git a/style.css b/style.css index b48f5a7..35241e3 100755 --- a/style.css +++ b/style.css @@ -609,46 +609,6 @@ body .red:hover { border-color: #555; } -body .blue { - background-color: #0971b2; - border-color: #0971b2; -} - -body .blue:hover { - background-color: #333; - border-color: #333; -} - -body .green { - background-color: #00a476; - border-color: #00a476; -} - -body .green:hover { - background-color: #333; - border-color: #333; -} - -.arrow-right:after, -.arrow-left:before { - display: inline-block; - font-family: FontAwesome; - font-weight: normal; - font-stretch: normal; - font-style: normal; - font-variant: normal; - line-height: 1; - -webkit-font-smoothing: antialiased; -} - -.arrow-right:after { - content: "\00a0\00a0\f0a9"; -} - -.arrow-left:before { - content: "\f0a8\00a0\00a0"; -} - /* Tables --------------------------------------------- */