mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-24 14:04:09 +03:00
Start using some includes; test out some pygments highlighting
This commit is contained in:
@@ -485,6 +485,21 @@ input.focused {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.highlight {
|
||||
margin-bottom: 14px;
|
||||
padding: 14px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.highlight pre {
|
||||
padding: 0;
|
||||
margin-bottom: 0;
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
}
|
||||
.highlight pre code {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Docs gallery
|
||||
|
||||
Reference in New Issue
Block a user