mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
12 lines
89 B
CSS
12 lines
89 B
CSS
html, body {
|
|
width: 500px;
|
|
}
|
|
|
|
.panel {
|
|
padding: 5px;
|
|
}
|
|
|
|
li {
|
|
margin-bottom: 5px;
|
|
}
|