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/hero-unit.less | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 css/bootstrap/hero-unit.less (limited to 'css/bootstrap/hero-unit.less') diff --git a/css/bootstrap/hero-unit.less b/css/bootstrap/hero-unit.less deleted file mode 100644 index 672b7d7..0000000 --- a/css/bootstrap/hero-unit.less +++ /dev/null @@ -1,24 +0,0 @@ -// -// Hero unit -// -------------------------------------------------- - - -.hero-unit { - padding: 60px; - margin-bottom: 30px; - background-color: @heroUnitBackground; - .border-radius(6px); - h1 { - margin-bottom: 0; - font-size: 60px; - line-height: 1; - color: @heroUnitHeadingColor; - letter-spacing: -1px; - } - p { - font-size: 18px; - font-weight: 200; - line-height: @baseLineHeight * 1.5; - color: @heroUnitLeadColor; - } -} -- cgit v1.2.3-18-g5258