Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2017-11-14 23:59:37 +0300
committerdartcafe <github@dartcafe.de>2017-11-14 23:59:37 +0300
commit2838b7388c6059e00e8872ca485cf130ad3c9f30 (patch)
tree2d8abcacad830c2eff23d2ed9a30136638b9d04e /css
parentddefa2f287db1691e5df7f811d035dab815a2973 (diff)
fix margin
Diffstat (limited to 'css')
-rw-r--r--css/vote.css2
-rw-r--r--css/vote.scss2
2 files changed, 2 insertions, 2 deletions
diff --git a/css/vote.css b/css/vote.css
index 264fd1cf..5bd8f055 100644
--- a/css/vote.css
+++ b/css/vote.css
@@ -204,7 +204,7 @@ div.crumb {
.pollInformation .authorRow .leftLabel {
margin-right: 4px; }
.pollInformation .cloud {
- margin: 4px0; }
+ margin: 4px 0; }
.pollInformation .cloud > span {
color: #fff;
margin: 2px;
diff --git a/css/vote.scss b/css/vote.scss
index bbed671e..636f91fb 100644
--- a/css/vote.scss
+++ b/css/vote.scss
@@ -302,7 +302,7 @@ div.crumb {
}
.cloud {
- margin: 4px0;
+ margin: 4px 0;
> span {
color: #fff;