Mercurial > repos > saskia-hiltemann > ireport_devel
annotate ireport_css.css @ 1:d582e2cd3e13 draft
Uploaded
| author | saskia-hiltemann |
|---|---|
| date | Wed, 15 Jul 2015 08:52:21 -0400 |
| parents | 3c160414da2e |
| children |
| rev | line source |
|---|---|
| 0 | 1 body { |
| 2 min-width: ${minwidth}px; | |
| 3 width: ${minwidth}px; | |
| 4 min-height: 100%; | |
| 5 } | |
| 6 .invisibleframe{ | |
| 7 border: 0px; | |
| 8 overflow: hidden; | |
| 1 | 9 min-height: 350px; |
| 0 | 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; | |
| 1 | 25 } |
