mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 18:27:35 +00:00
Removed top black border from HTMLSource edit window
This commit is contained in:
parent
632d5d57c2
commit
b0794819bc
@ -128,7 +128,6 @@ tree.list {
|
||||
min-width: 10em;
|
||||
}
|
||||
|
||||
/* We use a borderless button to show misspelled word in dialog */
|
||||
#MisspelledWord {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
@ -34,7 +34,6 @@ iframe#content-frame {
|
||||
.source-editor, .source-editor:focus {
|
||||
margin: 0px 5px 5px 0px;
|
||||
border: 0px;
|
||||
border-top: 1px solid black;
|
||||
/* Scroll bars are in content,
|
||||
so we can't use right and bottom padding! */
|
||||
padding: 5px 0px 0px 5px;
|
||||
|
Loading…
Reference in New Issue
Block a user