Skip to content

Commit

Permalink
adjust editor margin and padding, fix #50
Browse files Browse the repository at this point in the history
  • Loading branch information
jancborchardt committed Oct 21, 2012
1 parent 90b86f9 commit f6cbe52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/litewrite.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ html, body {

.editor {
-moz-box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing: border-box; box-sizing:border-box;
position:absolute; width:100%; height:100%; padding:5% 20% 20%;
position:absolute; width:80%; height:100%; padding:0 20% 20% 0; margin:5% 0 0 20%;
font:normal 1.7em/150% 'Alegreya',Georgia,serif;
outline:none; overflow:auto; border:none; resize:none;
}
Expand Down

0 comments on commit f6cbe52

Please sign in to comment.