This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-vis
mirror of
https://github.com/jrtechs/vis.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
82
Wiki
Activity
Browse Source
no default padding and margin for backgrounditems
v3_develop
Alex de Mulder
10 years ago
parent
551da77113
commit
7c1ede99af
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
lib/timeline/component/css/item.css
+ 2
- 0
lib/timeline/component/css/item.css
View File
@ -54,6 +54,8 @@
border
:
none
;
background-color
:
rgba
(
213
,
221
,
246
,
0
.
4
)
;
box-sizing
:
border-box
;
padding
:
0px
;
margin
:
0px
;
top
:
0
;
bottom
:
0
;
}
Write
Preview
Loading…
Cancel
Save