Mercurial > repos > saskia-hiltemann > ireport_dev
annotate ireport_css.css @ 2:3c160414da2e default tip
initial upload
author | shiltemann |
---|---|
date | Thu, 26 Feb 2015 14:05:23 +0100 |
parents | |
children |
rev | line source |
---|---|
2 | 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 } |