mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-29 20:37:01 +02:00
Added sidebar example (#192)
* Added sidebar example * Remove blank line
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
html, body {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
margin: 1em 0 0 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
font: caption;
|
||||
background-color: #F4F7F8;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 2em;
|
||||
}
|
||||
|
||||
#content {
|
||||
width: 80%;
|
||||
height: 80%;
|
||||
margin: 0 2em;
|
||||
|
||||
background-color: white;
|
||||
}
|
||||
Reference in New Issue
Block a user