diff --git a/app/styles/_general.scss b/app/styles/_general.scss index 9c16b72f45..33685804e0 100644 --- a/app/styles/_general.scss +++ b/app/styles/_general.scss @@ -620,20 +620,20 @@ button::-moz-focus-inner { margin: 20px 0 15px 0; } + .left { + float: left; + } + + .right { + float: right; + } + a { text-decoration: none; &:hover { text-decoration: underline; } - - .left { - float: left; - } - - .right { - float: right; - } } }