aboutsummaryrefslogtreecommitdiffstats
path: root/apps/weather_status/src
diff options
context:
space:
mode:
authorJulien Veyssier <eneiluj@posteo.net>2020-09-04 16:07:01 +0200
committernpmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>2020-09-04 16:55:48 +0000
commitceb282892a63b46219a338de9ffa4120bbcabe90 (patch)
tree75e9337d6e27afc470629192241812a8ecc92d36 /apps/weather_status/src
parent3c62767873c4bf5d0770bf3af2129f50cbdcfe2f (diff)
downloadnextcloud-server-ceb282892a63b46219a338de9ffa4120bbcabe90.tar.gz
nextcloud-server-ceb282892a63b46219a338de9ffa4120bbcabe90.zip
build weather-status to solve design issues
Signed-off-by: Julien Veyssier <eneiluj@posteo.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'apps/weather_status/src')
-rw-r--r--apps/weather_status/src/App.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/weather_status/src/App.vue b/apps/weather_status/src/App.vue
index 6aaef4aaf6d..b845d1ecc85 100644
--- a/apps/weather_status/src/App.vue
+++ b/apps/weather_status/src/App.vue
@@ -487,7 +487,7 @@ li:not(.inline) .weather-status-menu-item {
}
}
- li {
- list-style-type: none;
- }
+li {
+ list-style-type: none;
+}
</style>