From 3901e2e09a69a46163695d689536b653d229060c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Sat, 10 Oct 2015 18:52:01 +0300 Subject: [PATCH] Need jumbotron too. --- static/css/bootstrap.css | 41 ++++++++++++++++++++++++++++++++++ stuff/bootstrap/bootstrap.less | 2 +- 2 files changed, 42 insertions(+), 1 deletion(-) diff --git a/static/css/bootstrap.css b/static/css/bootstrap.css index 319610b2..ece5bbfa 100644 --- a/static/css/bootstrap.css +++ b/static/css/bootstrap.css @@ -4654,6 +4654,47 @@ a.badge:focus { .nav-pills > li > a > .badge { margin-left: 3px; } +.jumbotron { + padding-top: 30px; + padding-bottom: 30px; + margin-bottom: 30px; + color: inherit; + background-color: #eeeeee; +} +.jumbotron h1, +.jumbotron .h1 { + color: inherit; +} +.jumbotron p { + margin-bottom: 15px; + font-size: 21px; + font-weight: 200; +} +.jumbotron > hr { + border-top-color: #d5d5d5; +} +.container .jumbotron, +.container-fluid .jumbotron { + border-radius: 6px; +} +.jumbotron .container { + max-width: 100%; +} +@media screen and (min-width: 768px) { + .jumbotron { + padding-top: 48px; + padding-bottom: 48px; + } + .container .jumbotron, + .container-fluid .jumbotron { + padding-left: 60px; + padding-right: 60px; + } + .jumbotron h1, + .jumbotron .h1 { + font-size: 63px; + } +} .alert { padding: 15px; margin-bottom: 20px; diff --git a/stuff/bootstrap/bootstrap.less b/stuff/bootstrap/bootstrap.less index 1127b228..b53cef47 100755 --- a/stuff/bootstrap/bootstrap.less +++ b/stuff/bootstrap/bootstrap.less @@ -34,7 +34,7 @@ // @import "pager.less"; @import "labels.less"; @import "badges.less"; -// @import "jumbotron.less"; +@import "jumbotron.less"; // @import "thumbnails.less"; @import "alerts.less"; // @import "progress-bars.less";