mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-12-31 04:31:49 +08:00
15 lines
No EOL
177 B
CSS
15 lines
No EOL
177 B
CSS
.expanded > .expand-arrow {
|
|
display: none;
|
|
}
|
|
|
|
.expanded > .collapse-arrow {
|
|
display: inherit;
|
|
}
|
|
|
|
.collapse-arrow {
|
|
display:none;
|
|
}
|
|
|
|
body {
|
|
padding-bottom: 50px;
|
|
} |