diff options
author | Erling Aaby <spa440w@gmail.com> | 2013-04-24 12:45:51 +0200 |
---|---|---|
committer | Erling Aaby <spa440w@gmail.com> | 2013-04-24 12:45:51 +0200 |
commit | 45597294ac97b54b045057b1ba526a7fd05262e7 (patch) | |
tree | d7ee67d4b944d6c966bace49a1a0738dd6d9f21e /public | |
parent | Changed styling on infobox buttons (diff) | |
download | Divid-45597294ac97b54b045057b1ba526a7fd05262e7.tar.gz |
return to bootstrap templates for infobox buttons
Diffstat (limited to 'public')
-rw-r--r-- | public/css/styles.less | 20 |
1 files changed, 0 insertions, 20 deletions
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 { |