corrections

This commit is contained in:
Grégoire Daussin 2013-10-17 13:04:33 +02:00
parent 02bf5c87bb
commit 8eb06c06fd
1 changed files with 8 additions and 3 deletions

View File

@ -21,7 +21,7 @@
}
h4 {
margin-top: 14px;
margin-top: 34px;
}
pre {
@ -29,16 +29,21 @@ pre {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
margin: 0;
height: 225px;
height: 125px;
overflow: auto;
}
hr {
border-color: black;
margin-top: 40px;
}
.toolbar-bottom {
margin-top: -1px;
}
.toolbar-bottom .input-append {
display: block;
padding-right: 80px;
padding-right: 79px;
}
.toolbar-bottom .input-block-level {
box-sizing: border-box;