Mercurial > repos > saskia-hiltemann > ireport_devel
annotate ireport_css.css @ 15:1f44fe63e356 draft
Uploaded
| author | saskia-hiltemann |
|---|---|
| date | Mon, 16 Nov 2015 11:27:40 -0500 |
| parents | e3cb63c2b7c1 |
| children |
| rev | line source |
|---|---|
| 6 | 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; | |
| 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 } |
