aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2016-12-02 14:33:03 +0100
committerRoger Braun <roger@rogerbraun.net>2016-12-02 14:33:03 +0100
commit187c4a7d57fa359abc954b4fa9c570635fa149fd (patch)
tree4ded312921ccd03fb36bb0a518360fbc700932cf /src/components/timeline
parent6e608dd2dd5a9d28c384b7fb368e76c477685ffd (diff)
CSS fixes.
Diffstat (limited to 'src/components/timeline')
-rw-r--r--src/components/timeline/timeline.vue7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue
index fef96e4e..7de3ffca 100644
--- a/src/components/timeline/timeline.vue
+++ b/src/components/timeline/timeline.vue
@@ -18,10 +18,3 @@
</div>
</template>
<script src="./timeline.js"></script>
-
-<style>
- .timeline.panel {
- flex: 2;
- flex-basis: 500px;
- }
-</style>