Skip to content
Snippets Groups Projects
Verified Commit f3c81af9 authored by Joshua Barlin's avatar Joshua Barlin
Browse files

Make some style changes

parent d619f7e5
No related branches found
No related tags found
No related merge requests found
html, body, #wrapper{
height: 100%;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}
html, body{
height: 100%;
}
#wrapper{
height: 90%;
}
#input-div, #output-div{
height: 90%;
width: 48%;
......@@ -17,14 +22,14 @@ html, body, #wrapper{
clear: both;
}
#input-textarea{
width: 90%;
height: 90%;
width: 95%;
height: 91.5%;
border: solid black 1px;
padding: 5px;
border-radius: 5px;
}
#output-pre{
height: 90%;
height: 95%;
width: 90%;
border: solid black 1px;
padding: 5px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment