33 lines
308 B
CSS
33 lines
308 B
CSS
@import "solarized-light.css";
|
|
|
|
html, body, #mount
|
|
{ height: 100%
|
|
; width: 100%
|
|
}
|
|
|
|
body
|
|
{ max-width: 90%
|
|
; margin: 0 auto
|
|
; padding: 0
|
|
}
|
|
|
|
.split-root
|
|
{ height: 100%
|
|
}
|
|
|
|
.split-splitter
|
|
{ width: 100%
|
|
; height: 100%
|
|
; background: #ccc
|
|
}
|
|
|
|
.split-pane
|
|
{ margin: 0
|
|
; padding: 0
|
|
}
|
|
|
|
.pane-content
|
|
{ margin: 0.5em
|
|
}
|
|
|