mirror of
https://shylinux.com/x/volcanos
synced 2025-05-02 19:47:01 +08:00
13 lines
224 B
CSS
13 lines
224 B
CSS
fieldset.input.date {
|
|
background-color:black;
|
|
position:fixed;
|
|
z-index:100;
|
|
}
|
|
fieldset.input.date div.action>hr {
|
|
clear:both;
|
|
}
|
|
fieldset.input.date div.output table {
|
|
text-align:center;
|
|
width:260px;
|
|
}
|