From fc7e13e7bbbdbd0503094a5cb7318d6a02f1c157 Mon Sep 17 00:00:00 2001 From: Roger Braun Date: Sun, 15 Jan 2017 15:44:56 +0100 Subject: Add styling with base16. Solarized-dark for now. --- src/components/attachment/attachment.vue | 9 +++------ src/components/conversation/conversation.vue | 4 ++-- src/components/favorite_button/favorite_button.vue | 5 ++--- src/components/friends_timeline/friends_timeline.vue | 4 ++-- src/components/login_form/login_form.vue | 4 ++-- src/components/mentions/mentions.vue | 4 ++-- src/components/nav_panel/nav_panel.vue | 4 ++-- src/components/notifications/notifications.vue | 4 ++-- .../public_and_external_timeline.vue | 4 ++-- src/components/public_timeline/public_timeline.vue | 4 ++-- src/components/status/status.vue | 4 ++-- src/components/timeline/timeline.vue | 17 +++++++++++++++-- src/components/user_card_content/user_card_content.vue | 2 +- src/components/user_panel/user_panel.vue | 2 +- 14 files changed, 40 insertions(+), 31 deletions(-) (limited to 'src/components') diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue index e16cc7cd..fe57924e 100644 --- a/src/components/attachment/attachment.vue +++ b/src/components/attachment/attachment.vue @@ -9,7 +9,7 @@ - + @@ -97,10 +97,6 @@ h1 { font-size: 14px; margin: 0px; - - a { - color: black; - } } } } @@ -111,7 +107,8 @@ img { width: 100%; - border: 1px solid; + border-style: solid; + border-width: 1px; border-radius: 0.5em; width: 100%; height: 100%; /* If this isn't here, chrome will stretch the images */ diff --git a/src/components/conversation/conversation.vue b/src/components/conversation/conversation.vue index 60b3f044..00d3e062 100644 --- a/src/components/conversation/conversation.vue +++ b/src/components/conversation/conversation.vue @@ -1,6 +1,6 @@