Child: [819ba2] (diff)

Download this file

markitup_sf.css    22 lines (21 with data), 476 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* -------------------------------------------------------------------
// SourceForge custom styling for markItUp
// ------------------------------------------------------------------*/
.markItUp{
border-width: 0;
width: 100%;
}
.sf_markdown_edit{
height: 200px;
width: 95%;
}
.sf_markdown_edit.markItUpEditor{
border-width: 1px;
background-image: none;
padding: 0;
width: 100%;
height: 200px;
}
.markItUpPreviewFrame{
height: 200px;
}