comparison ireport_css.css @ 4:a4813532bbc6 draft

Added MarkDown support
author saskia-hiltemann
date Tue, 07 Oct 2014 08:41:30 -0400
parents
children 42076db43d42
comparison
equal deleted inserted replaced
3:4a6ebda2a3ae 4:a4813532bbc6
1 body {
2 min-width: ${minwidth}px;
3 width: ${minwidth}px;
4 min-height: 100%;
5 }
6 .invisibleframe{
7 border: 0px;
8 overflow: hidden;
9 min-height: 350px !important;
10 }
11 .mylinks{
12 color: blue !important;
13 }
14 .mylinks:visited {
15 color: #551A8B !important;
16 }
17 .zoomme {
18 display: inline-block;
19 }
20 .markdown-body {
21 min-width: ${minwidth}px;
22 max-width: ${minwidth}px;
23 margin: 0 auto;
24 padding: 30px;
25 }