diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/framework/common.scss | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss index de58b35be9e..9ecb547b64f 100644 --- a/app/assets/stylesheets/framework/common.scss +++ b/app/assets/stylesheets/framework/common.scss @@ -398,19 +398,3 @@ table { margin-right: -$gl-padding; border-top: 1px solid $border-color; } - -.search-area { - display: block; - border-bottom: 1px solid $table-border-color; - height: 50px; - - .search-controls { - float: right; - - input[type='search'] { - float: left; - width: auto; - margin-right: 10px; - } - } -}
\ No newline at end of file |