view 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 source

   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;
   }