mirror of
https://shylinux.com/x/volcanos
synced 2025-04-28 01:52:01 +08:00
16 lines
253 B
CSS
16 lines
253 B
CSS
fieldset.Footer {
|
|
height:32px;
|
|
clear:both;
|
|
}
|
|
fieldset.Footer>div {
|
|
margin:7px 0;
|
|
}
|
|
fieldset.Footer>div.output div.title {
|
|
margin-left:5px;
|
|
float:left;
|
|
}
|
|
fieldset.Footer>div.output div.state {
|
|
margin-right:5px;
|
|
float:right;
|
|
}
|