diff options
| author | Teddy Wing | 2013-11-10 03:51:12 -0500 |
|---|---|---|
| committer | Teddy Wing | 2013-11-10 03:51:12 -0500 |
| commit | 9d4af82f9616aa2dc9534dc989f04d1002b5cf34 (patch) | |
| tree | a9e01df73174b310120212f52fc7267dffafb34a | |
| parent | 8dcf7478603204c20efb1fb54719478b311f7bda (diff) | |
| download | clip-play-9d4af82f9616aa2dc9534dc989f04d1002b5cf34.tar.bz2 | |
Set default width of 0 for selected bar
| -rw-r--r-- | assets/css/sample-editor.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/sample-editor.css b/assets/css/sample-editor.css index f72111b..90ac195 100644 --- a/assets/css/sample-editor.css +++ b/assets/css/sample-editor.css @@ -33,7 +33,7 @@ } .selected-bar { - width: 3em;/* testing purposes */ + width: 0; height: 2em; position: absolute; top: 0; |
