Browse Source

no default padding and margin for backgrounditems

v3_develop
Alex de Mulder 10 years ago
parent
commit
7c1ede99af
1 changed files with 2 additions and 0 deletions
  1. +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;
}

Loading…
Cancel
Save