Bootstrap 3.1.0

This commit is contained in:
Foxaii
2014-01-30 20:45:30 +00:00
parent 7fef040e0b
commit 553347d59a
45 changed files with 1347 additions and 998 deletions

View File

@@ -21,6 +21,16 @@ code {
border-radius: @border-radius-base;
}
// User input typically entered via keyboard
kbd {
padding: 2px 4px;
font-size: 90%;
color: @kbd-color;
background-color: @kbd-bg;
border-radius: @border-radius-small;
box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}
// Blocks of code
pre {
display: block;