mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-06 04:35:04 +00:00
Added some box layout properties.
This commit is contained in:
parent
90bc4551ea
commit
0301ff3ab4
@ -1,3 +1,25 @@
|
||||
box {
|
||||
display: block;
|
||||
}
|
||||
|
||||
box[debug] box {
|
||||
border: 5px solid blue;
|
||||
margin: 1px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
box[debug] box[align="vertical"] {
|
||||
border: 5px solid red;
|
||||
}
|
||||
|
||||
spring {
|
||||
display: block;
|
||||
}
|
||||
|
||||
box[debug] spring {
|
||||
background-color: green;
|
||||
}
|
||||
|
||||
toolbar {
|
||||
display:block;
|
||||
background-color: #CCCCCC;
|
||||
|
Loading…
Reference in New Issue
Block a user