Files
webextensions-examples/contextual-identities/context.css
2017-02-08 08:15:40 -08:00

19 lines
186 B
CSS

html, body {
width: 350px;
}
a {
margin: 10px;
display: inline-block;
}
.panel {
margin: 5px;
}
span.identity {
width: 100px;
display: inline-block;
margin-left: 1em;
}