1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

15 lines
177 B
CSS
Raw Normal View History

2017-01-11 13:02:45 -07:00
.expanded > .expand-arrow {
display: none;
}
.expanded > .collapse-arrow {
display: inherit;
}
.collapse-arrow {
display:none;
2017-03-12 12:21:08 -06:00
}
body {
padding-bottom: 50px;
2017-01-11 13:02:45 -07:00
}