diff options
| author | Roger Braun <roger@rogerbraun.net> | 2017-01-15 15:53:55 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2017-01-15 15:53:55 +0100 |
| commit | 6c5b5eb52b7e000a2af896a0ada9ff4488ac8709 (patch) | |
| tree | d6f6f26e98dcbff95f72e0742ed1e81ae6a398d8 /src | |
| parent | 65c7ad12691a781195489eb3dae9111b7c3a9f78 (diff) | |
Border css fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/timeline/timeline.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue index 9338682c..3da31f14 100644 --- a/src/components/timeline/timeline.vue +++ b/src/components/timeline/timeline.vue @@ -22,7 +22,7 @@ <style lang="scss"> .new-status-notification { border-style: solid; - border-width: 1px; + border-width: 1px 0 1px 0; font-size: 1.1em; p { |
