diff options
Diffstat (limited to 'scss/imports/scss/_MainWindow.scss')
-rwxr-xr-x | scss/imports/scss/_MainWindow.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/imports/scss/_MainWindow.scss b/scss/imports/scss/_MainWindow.scss index 2fdf0ac6..31ac97ea 100755 --- a/scss/imports/scss/_MainWindow.scss +++ b/scss/imports/scss/_MainWindow.scss | |||
@@ -206,7 +206,7 @@ | |||
206 | background:$color-stage url('../images/temp/ruler-top.png'); | 206 | background:$color-stage url('../images/temp/ruler-top.png'); |
207 | height:15px; | 207 | height:15px; |
208 | margin-bottom: 0px; | 208 | margin-bottom: 0px; |
209 | border-right: 11px solid black; | 209 | //border-right: 11px solid black; |
210 | } | 210 | } |
211 | 211 | ||
212 | .rulerLeft { | 212 | .rulerLeft { |
@@ -214,7 +214,7 @@ | |||
214 | // TODO: temporary background please replace when component is implemented | 214 | // TODO: temporary background please replace when component is implemented |
215 | background:$color-stage url('../images/temp/ruler-left.png'); | 215 | background:$color-stage url('../images/temp/ruler-left.png'); |
216 | width:16px; | 216 | width:16px; |
217 | border-bottom: 11px solid black; | 217 | //border-bottom: 11px solid black; |
218 | } | 218 | } |
219 | 219 | ||
220 | #stateBar { | 220 | #stateBar { |