Mercurial > repos > saskia-hiltemann > ireport
diff ireport_css.css @ 4:a4813532bbc6 draft
Added MarkDown support
author | saskia-hiltemann |
---|---|
date | Tue, 07 Oct 2014 08:41:30 -0400 |
parents | |
children | 42076db43d42 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ireport_css.css Tue Oct 07 08:41:30 2014 -0400 @@ -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