Mercurial > repos > saskia-hiltemann > ireport_dev
diff ireport_css.css @ 2:3c160414da2e default tip
initial upload
author | shiltemann |
---|---|
date | Thu, 26 Feb 2015 14:05:23 +0100 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ireport_css.css Thu Feb 26 14:05:23 2015 +0100 @@ -0,0 +1,25 @@ + body { + min-width: ${minwidth}px; + width: ${minwidth}px; + min-height: 100%; + } + .invisibleframe{ + border: 0px; + overflow: hidden; + min-height: 350px !important; + } + .mylinks{ + color: blue !important; + } + .mylinks:visited { + color: #551A8B !important; + } + .zoomme { + display: inline-block; + } + .markdown-body { + min-width: ${minwidth}px; + max-width: ${minwidth}px; + margin: 0 auto; + padding: 30px; + } \ No newline at end of file