2013-01-16 02:14:12 +08:00
|
|
|
|
|
|
|
|
|
|
|
/* Docs =================================================== */
|
|
|
|
|
|
|
|
body > .container {
|
|
|
|
padding-left: 15px;
|
|
|
|
padding-right: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Jumbotrons
|
|
|
|
-------------------------------------------------- */
|
|
|
|
|
|
|
|
/* Base class
|
|
|
|
------------------------- */
|
|
|
|
.bs-docs-jumbotron {
|
|
|
|
position: relative;
|
2013-01-16 06:30:00 +08:00
|
|
|
margin-bottom: 20px;
|
|
|
|
padding: 30px 15px;
|
2013-01-16 02:14:12 +08:00
|
|
|
color: #fff;
|
|
|
|
background-color: #b94a48;
|
|
|
|
}
|
|
|
|
.bs-docs-jumbotron h1 {
|
2013-01-16 06:30:00 +08:00
|
|
|
margin: 0;
|
2013-01-16 02:14:12 +08:00
|
|
|
}
|
|
|
|
.bs-docs-jumbotron p {
|
2013-01-16 06:30:00 +08:00
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.bs-docs-example {
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
padding: 14px;
|
|
|
|
margin-bottom: -1px;
|
|
|
|
}
|
2013-01-16 09:55:14 +08:00
|
|
|
.bs-docs-example p:last-child,
|
|
|
|
.bs-docs-example ul:last-child,
|
|
|
|
.bs-docs-example ol:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2013-01-16 06:30:00 +08:00
|
|
|
.bs-docs-example + .prettyprint {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
2013-01-16 06:34:04 +08:00
|
|
|
.prettyprint .linenums {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2013-01-16 06:30:00 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.show-grid [class^="span"] {
|
|
|
|
padding-top: 10px;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
background-color: #eee;
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
|