mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
tons of docs helpers cleanup
This commit is contained in:
@@ -1176,6 +1176,25 @@ body {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
// Helpers
|
||||
.bs-example > {
|
||||
.center-block {
|
||||
max-width: 200px;
|
||||
padding: .5rem;
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.bg-primary,
|
||||
.bg-success,
|
||||
.bg-info,
|
||||
.bg-warning,
|
||||
.bg-danger {
|
||||
padding: .5rem;
|
||||
margin-top: .5rem;
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//
|
||||
// Code snippets
|
||||
|
||||
Reference in New Issue
Block a user