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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Iván <jivanvlop@gmail.com>2016-09-04 01:16:25 +0300
committerJose Ivan <jivanvlop@gmail.com>2017-01-25 22:15:05 +0300
commit21630c6be9e33e573034c7f47e2696884b303346 (patch)
tree899e70c3331e13d9e0ddbf16cb57b1b0df5eee4e /app/assets
parent637894de8868b05499a275e1685621473addef58 (diff)
Contribution calendar now scrolls right by default
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/framework/blocks.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/blocks.scss b/app/assets/stylesheets/framework/blocks.scss
index 592ef0d647f..099e95fed0e 100644
--- a/app/assets/stylesheets/framework/blocks.scss
+++ b/app/assets/stylesheets/framework/blocks.scss
@@ -56,6 +56,7 @@
&.second-block {
margin-top: -1px;
margin-bottom: 0;
+ direction: rtl;
}
&.footer-block {