mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 06:48:37 +02:00
Fixing typo in CSS
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user