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