aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_profile/user_profile.vue
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2017-01-15 16:26:37 +0100
committerRoger Braun <roger@rogerbraun.net>2017-01-15 16:26:37 +0100
commit4448f36f62fe4c71fb7b0e3ab912e9bc68a597e8 (patch)
treebf62cf08b8747819e4da39c74ed3d3b22a971db8 /src/components/user_profile/user_profile.vue
parent6c5b5eb52b7e000a2af896a0ada9ff4488ac8709 (diff)
User profile css fix.
Diffstat (limited to 'src/components/user_profile/user_profile.vue')
-rw-r--r--src/components/user_profile/user_profile.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue
index 2ceb13ec..fe9fd3a9 100644
--- a/src/components/user_profile/user_profile.vue
+++ b/src/components/user_profile/user_profile.vue
@@ -1,5 +1,5 @@
<template>
- <div class="user-profile panel panel-default">
+ <div class="user-profile panel panel-default base00-background">
<user-card-content :user="user"></user-card-content>
</div>
</template>