diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 650621624..4e92fb7b5 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -220,6 +220,16 @@ a { } } +.sub-nav { + border-bottom: 1px solid $border; + + dd.active { + border-bottom: 2px solid $brand; + color: $brand; + padding-bottom: $line-height/4; + } +} + // 02. Header // - - - - - - - - - - - - - - - - - - - - - - - - - @@ -1802,17 +1812,6 @@ table { .activity { margin-bottom: $line-height*2; - margin-top: $line-height; - - .sub-nav { - border-bottom: 1px solid $border; - - dd.active { - border-bottom: 2px solid $brand; - color: $brand; - padding-bottom: $line-height/4; - } - } table { border: 0; diff --git a/app/views/shared/_filter_subnav.html.erb b/app/views/shared/_filter_subnav.html.erb index 0bf9f773c..3607290af 100644 --- a/app/views/shared/_filter_subnav.html.erb +++ b/app/views/shared/_filter_subnav.html.erb @@ -4,7 +4,7 @@ %>