Skip to content

Instantly share code, notes, and snippets.

View mattsimpson's full-sized avatar

Matt Simpson mattsimpson

View GitHub Profile
@mattsimpson
mattsimpson / docs style (bootstrap)
Last active June 23, 2018 08:42 — forked from matthiasg/docs style (bootstrap)
This is the Twitter Bootstrap documentation's callout css. Looks nice.
/* Base styles (regardless of theme) */
.bs-callout {
margin: 20px 0;
padding: 15px 30px 15px 15px;
border-left: 5px solid #eee;
}
.bs-callout h4 {
margin-top: 0;
}