15 lines
228 B
CSS
15 lines
228 B
CSS
/* Set editor dimensions */
|
|
#editor {
|
|
height: 400px;
|
|
|
|
}
|
|
|
|
/* Stretch editor to fit inside its containing div */
|
|
.cm-editor {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
/* header */
|
|
nav {
|
|
background-color: burlywood!;
|
|
}
|