diff --git a/quicknote/popup/quicknote.css b/quicknote/popup/quicknote.css index 9663386..046374d 100644 --- a/quicknote/popup/quicknote.css +++ b/quicknote/popup/quicknote.css @@ -11,7 +11,7 @@ html,body { html { font-family: sans-serif; font-size: 10px; - background: background: rgb(240,240,240); + background: rgb(240,240,240); height: 300px; } @@ -120,4 +120,4 @@ p { .update { float: right; -} \ No newline at end of file +}