11 lines
161 B
CSS
11 lines
161 B
CSS
|
#code-tab {
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
#code-groups {}
|
||
|
#code-groups form {
|
||
|
margin-bottom: 0px;
|
||
|
}
|
||
|
#code-groups .CodeMirror {
|
||
|
border: 1px solid #eee;
|
||
|
z-index: 0;
|
||
|
}
|