Skip to content
Snippets Groups Projects
Commit fa9150c6 authored by TobiasBg's avatar TobiasBg Committed by Marijn Haverbeke
Browse files

Main CSS file: Clean-up and fix lint warnings

Use 0 instead of 0px, clean-up two line breaks, to fix lint warning;
Three empty CSS blocks could also be removed.
parent 5c4892a6
No related branches found
No related tags found
No related merge requests found
...@@ -215,8 +215,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;} ...@@ -215,8 +215,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
overflow: auto; overflow: auto;
} }
.CodeMirror-widget { .CodeMirror-widget {}
}
.CodeMirror-wrap .CodeMirror-scroll { .CodeMirror-wrap .CodeMirror-scroll {
overflow-x: hidden; overflow-x: hidden;
...@@ -224,7 +223,8 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;} ...@@ -224,7 +223,8 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
.CodeMirror-measure { .CodeMirror-measure {
position: absolute; position: absolute;
width: 100%; height: 0px; width: 100%;
height: 0;
overflow: hidden; overflow: hidden;
visibility: hidden; visibility: hidden;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment