Mercurial > repos > saskia-hiltemann > ireport
annotate ireport_css.css @ 9:7300ed4c1481 draft default tip
Uploaded
author | saskia-hiltemann |
---|---|
date | Mon, 04 Sep 2017 10:49:00 -0400 |
parents | 42076db43d42 |
children |
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; | |
6
42076db43d42
Fixed auto resizing plus various other minor bugs
saskia-hiltemann
parents:
4
diff
changeset
|
9 min-height: 350px; |
4 | 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; | |
6
42076db43d42
Fixed auto resizing plus various other minor bugs
saskia-hiltemann
parents:
4
diff
changeset
|
25 } |