From 45597294ac97b54b045057b1ba526a7fd05262e7 Mon Sep 17 00:00:00 2001 From: Erling Aaby Date: Wed, 24 Apr 2013 12:45:51 +0200 Subject: return to bootstrap templates for infobox buttons --- public/css/styles.less | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'public') diff --git a/public/css/styles.less b/public/css/styles.less index 122ac7f..4f0b7fb 100644 --- a/public/css/styles.less +++ b/public/css/styles.less @@ -216,26 +216,6 @@ background-color: #FF9A00; } .infobtn { -color: #ffffff; -text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); -display: inline-block; -margin-bottom: 0; -line-height: 20px; -text-align: center; -vertical-align: middle; -cursor: pointer; -background-color: #FF9A00; -padding: @paddingSmall; -border: 1px solid #cccccc; - font-size: @fontSizeSmall; - .border-radius(@borderRadiusSmall); -background-image: linear-gradient(to bottom, #FF9A00, #FFB440); -background-repeat: repeat-x; -border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); -color: #ffffff; -text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); --webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); -box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); } .showcase { -- cgit v1.2.3