diff options
author | Jose Ivan <jivanvlop@gmail.com> | 2017-01-25 11:27:42 -0800 |
---|---|---|
committer | Jose Ivan <jivanvlop@gmail.com> | 2017-01-25 12:16:44 -0800 |
commit | 27a3505e028ab4a6af2386367c9d60e01eae04c7 (patch) | |
tree | 40d6f5578908a0fb035f13bcb16efca4ec999fc0 /app/assets/stylesheets | |
parent | 21630c6be9e33e573034c7f47e2696884b303346 (diff) | |
download | gitlab-ce-27a3505e028ab4a6af2386367c9d60e01eae04c7.tar.gz |
Reverted the change from .second-block to .calender-block
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/framework/blocks.scss | 1 | ||||
-rw-r--r-- | app/assets/stylesheets/framework/calendar.scss | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/blocks.scss b/app/assets/stylesheets/framework/blocks.scss index 099e95fed0e..592ef0d647f 100644 --- a/app/assets/stylesheets/framework/blocks.scss +++ b/app/assets/stylesheets/framework/blocks.scss @@ -56,7 +56,6 @@ &.second-block { margin-top: -1px; margin-bottom: 0; - direction: rtl; } &.footer-block { diff --git a/app/assets/stylesheets/framework/calendar.scss b/app/assets/stylesheets/framework/calendar.scss index ef921a8c6a9..1d2d1bfc0d7 100644 --- a/app/assets/stylesheets/framework/calendar.scss +++ b/app/assets/stylesheets/framework/calendar.scss @@ -1,6 +1,7 @@ .calender-block { padding-left: 0; padding-right: 0; + direction: rtl; @media (min-width: $screen-sm-min) and (max-width: $screen-md-max) { overflow-x: scroll; |