You need to sign in or sign up before continuing.
...
 
Commits (1)
......@@ -34,6 +34,10 @@
left: 70%;
width: 30%;
}
#graph-explorer #sp-container .badge-primary {
background-color: #d9534f;
color: #fff;
}
#graph-explorer #sp-container #myTab {
marginBottom: 18px;
marginTop: 18px;
......
......@@ -33,6 +33,10 @@
left: 70%
width: 30%
.badge-primary
background-color: #d9534f
color: #fff
#myTab
marginBottom: 18px
marginTop: 18px
......