as it already exist in Bootstrap
@ -7,5 +7,5 @@
}
.corner-all {
border-radius: @corner_radius;
border-radius: @baseBorderRadius;
@ -7,5 +7,4 @@
// Our own global variables for all pages go here
@corner_radius: 4px;
@code_line_height: 1.231em;
@ -45,8 +45,8 @@
.CodeMirror-gutters {
// This is needed because our cell has rounded corners, otherwise the gutter area square
// corner cuts into the rounded cell border.
border-bottom-left-radius: @corner_radius;
border-top-left-radius: @corner_radius;
border-bottom-left-radius: @baseBorderRadius;
border-top-left-radius: @baseBorderRadius;
.CodeMirror pre {
@ -4,7 +4,7 @@
margin: 2px 4px;
z-index: 10;
border: 1px solid #ccc;
background: rgba(240, 240, 240, 0.5);