Skip to content
This repository has been archived by the owner. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
minor borders
  • Loading branch information
Lauren McCarthy committed Jan 19, 2016
commit 109ec42e27b158cd5b9db3c1e54bd83f6bdd7758
7 changes: 6 additions & 1 deletion app/editor/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ div#editor-container {
display: flex;
flex: 1;
flex-direction: row;
border-top: 1px solid #f4f4f4;
border-right: 1px solid #f4f4f4;
border-bottom: 1px solid #f4f4f4;
}

#main {
Expand All @@ -30,7 +33,9 @@ div#editor-container {
background: rgba(207, 207, 207, 0.2);
}


.ace_print-margin {
visibility: hidden !important;
}

.ace_gutter {
color: #b5b5b5 !important;
Expand Down