Files
webextensions-examples/annotate-page/sidebar/panel.css
wbamberg 0c5b1ec028 Added sidebar example (#192)
* Added sidebar example

* Remove blank line
2017-03-03 21:15:15 -08:00

24 lines
259 B
CSS

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;
}