Remove rounded edges from webide tabs – thanks pg.

This commit is contained in:
Kristóf Tóth 2018-02-08 14:53:15 +01:00
parent e1fb56eb0a
commit 8c2467e48d

View File

@ -11,3 +11,7 @@
.editor-li {
float: left;
}
.btn-secondary {
border-radius: 0;
}