Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sage
Path: blob/develop/src/doc/common/static/custom-tabs.css
4111 views
1
/* Additional css for tabs */
2
3
.tab-set {
4
margin-top: 0px;
5
}
6
7
.tab-set > label {
8
padding: 0.1em var(--tabs--pading-x);
9
}
10
11
p.with-sage-tab {
12
margin-bottom:0.25rem
13
}
14
15