Download this file

css.css    15 lines (14 with data), 292 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
.markdown_edit textarea{
height: 200px;
width: 95%;
font-family: Consolas, "Andale Mono", "Lucida Console", monospace;
}
.markdown_edit .btn{
margin: 5px 5px 5px 0;
display: inline-block;
}
.page_list {
float: right;
margin: 0 20px 20px 0;
font-size: 1.1em;
}