Files
2019-06-17 13:09:27 -07:00

20 lines
397 B
CSS

#tabs {
border-bottom: 0px;
}
#tabs>.dashboard-cell>.dashboard-panel {
margin-bottom: 0px;
border-bottom: 0px;
}
#element1>.html {
padding-left: 0px;
/* This fixes some weirdness where the first tab doesn't look right due to the left part of the tab showing */
padding-right: 0px;
padding-top: 0px;
}
#tab_1>.dashboard-cell>.dashboard-panel {
border-top: 0px;
}