corrections
This commit is contained in:
parent
02bf5c87bb
commit
8eb06c06fd
@ -21,7 +21,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
margin-top: 14px;
|
margin-top: 34px;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
@ -29,16 +29,21 @@ pre {
|
|||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
border-bottom-right-radius: 0;
|
border-bottom-right-radius: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
height: 225px;
|
height: 125px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
border-color: black;
|
||||||
|
margin-top: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
.toolbar-bottom {
|
.toolbar-bottom {
|
||||||
margin-top: -1px;
|
margin-top: -1px;
|
||||||
}
|
}
|
||||||
.toolbar-bottom .input-append {
|
.toolbar-bottom .input-append {
|
||||||
display: block;
|
display: block;
|
||||||
padding-right: 80px;
|
padding-right: 79px;
|
||||||
}
|
}
|
||||||
.toolbar-bottom .input-block-level {
|
.toolbar-bottom .input-block-level {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
Loading…
Reference in New Issue
Block a user