Skip to content
Snippets Groups Projects
Select Git revision
  • c9b5fc99bb674a156c67bee490f0ed3e97fe7448
  • master default protected
2 results

core.css

Blame
  • core.css 307 B
    html, body, #wrapper{
    	height: 100%;
    }
    #input-div, #output-div{
    	height: 90%;
    	width: 48%;
    	display: block;
    }
    #input-div{
    	float: left;
    }
    #output-div{
    	float: right;
    }
    #clearer{
    	clear: both;
    }
    #input-textarea{
    	width: 90%;
    	height: 90%;
    }
    #output-pre{
    	height: 90%;
    	width: 90%;
    	border: solid black 1px;
    }