Browse Source

Need jumbotron too.

pull/7/head
Pēteris Caune 9 years ago
parent
commit
3901e2e09a
2 changed files with 42 additions and 1 deletions
  1. +41
    -0
      static/css/bootstrap.css
  2. +1
    -1
      stuff/bootstrap/bootstrap.less

+ 41
- 0
static/css/bootstrap.css View File

@ -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;


+ 1
- 1
stuff/bootstrap/bootstrap.less View File

@ -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";


Loading…
Cancel
Save