Mercurial > repos > saskia-hiltemann > ireport
annotate ireport_css.css @ 5:4e21ce709269 draft
Uploaded
author | saskia-hiltemann |
---|---|
date | Tue, 07 Oct 2014 08:49:14 -0400 |
parents | a4813532bbc6 |
children | 42076db43d42 |
rev | line source |
---|---|
4 | 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 } |