Created
May 31, 2014 01:01
-
-
Save MaienM/522aea6c5ce3552abb36 to your computer and use it in GitHub Desktop.
Notehub side-by-side
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
html, body, form, #preview, .central-element { | |
height: 100%; | |
} | |
#preview, | |
.central-element { | |
width: 45%; | |
float: left; | |
margin: 0 !important; | |
margin-left: 2.5% !important; | |
overflow-y: auto; | |
overflow-x: hidden; | |
} | |
#preview { | |
border-right: 1px dashed black; | |
padding-right: 2.5%; | |
} | |
#preview *:last-child { | |
margin-bottom: 3em; | |
} | |
textarea { | |
margin-top: 6em; | |
width: 99%; | |
height: 80%; | |
resize: vertical; | |
} | |
#dashed-line { | |
display: none !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment