mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-24 10:12:49 +02:00
Added page scripts and styles
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
#output {
|
||||
border: 1px solid blue;
|
||||
padding: 1em;
|
||||
margin: 1em;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#wrap {
|
||||
width:600px;
|
||||
margin:0 auto;
|
||||
}
|
||||
#left-column {
|
||||
float:left;
|
||||
width:300px;
|
||||
}
|
||||
#right-column {
|
||||
float:right;
|
||||
width:300px;
|
||||
}
|
||||
|
||||
input {
|
||||
margin: 0.5em;
|
||||
}
|
||||
Reference in New Issue
Block a user