From 72bdb543759b5ffbdf5c2cc71294ad4f1f2996b2 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sat, 8 Mar 2014 22:02:34 -0800 Subject: updated css/js libraries * bootstrap 3.1.1 * jquery 2.1.0 * less 1.7.0 mostly bootstrap had to be adjusted, e.g. different names like hero-unit->jumbotron, etc. --- css/bootstrap/wells.less | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'css/bootstrap/wells.less') diff --git a/css/bootstrap/wells.less b/css/bootstrap/wells.less index e4e0a9b..15d072b 100644 --- a/css/bootstrap/wells.less +++ b/css/bootstrap/wells.less @@ -8,9 +8,9 @@ min-height: 20px; padding: 19px; margin-bottom: 20px; - background-color: @wellBackground; - border: 1px solid darken(@wellBackground, 7%); - .border-radius(4px); + background-color: @well-bg; + border: 1px solid @well-border; + border-radius: @border-radius-base; .box-shadow(inset 0 1px 1px rgba(0,0,0,.05)); blockquote { border-color: #ddd; @@ -19,11 +19,11 @@ } // Sizes -.well-large { +.well-lg { padding: 24px; - .border-radius(6px); + border-radius: @border-radius-large; } -.well-small { +.well-sm { padding: 9px; - .border-radius(3px); + border-radius: @border-radius-small; } -- cgit v1.2.3-18-g5258