Browse Source

Merge branch 'develop' of https://github.com/almende/vis into develop

css_transitions
Alex de Mulder 10 years ago
parent
commit
360f267586
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      src/timeline/component/css/groupset.css
  2. +1
    -0
      src/timeline/component/css/item.css

+ 1
- 1
src/timeline/component/css/groupset.css View File

@ -16,8 +16,8 @@
margin: 0;
border-right: 1px solid #bfbfbf;
box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.vis.timeline .labels .label-set {

+ 1
- 0
src/timeline/component/css/item.css View File

@ -62,6 +62,7 @@
border-width: 1px;
border-radius: 2px;
-moz-border-radius: 2px; /* For Firefox 3.6 and older */
-moz-box-sizing: border-box;
box-sizing: border-box;
}

Loading…
Cancel
Save