提交 9a0dd375 编写于 作者: C Clement Ho

Merge branch 'winh-position-helpers' into 'master'

Add CSS helper classes for positioning

See merge request gitlab-org/gitlab-ce!24821
......@@ -420,3 +420,9 @@ img.emoji {
.ms-no-clear ::-ms-clear {
display: none;
}
/** COMMON POSITIONING CLASSES */
.position-bottom-0 { bottom: 0; }
.position-left-0 { left: 0; }
.position-right-0 { right: 0; }
.position-top-0 { top: 0; }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册