diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index e7f75703a..6c6d739af 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -475,8 +475,16 @@ header { &.active { border-bottom: 2px solid $brand; color: $brand; + + &:hover { + text-decoration: none; + } } } + + h2 { + font-size: $base-font-size; + } } .search-form-header input[type=text] { diff --git a/app/views/debates/index.html.erb b/app/views/debates/index.html.erb index 2cd3f2d53..45d27bd56 100644 --- a/app/views/debates/index.html.erb +++ b/app/views/debates/index.html.erb @@ -6,6 +6,8 @@ <% end %>
+

<%= t("shared.outline.debates") %>

+
diff --git a/app/views/kaminari/_paginator.html.erb b/app/views/kaminari/_paginator.html.erb index f129b1b9d..3a1495a1c 100644 --- a/app/views/kaminari/_paginator.html.erb +++ b/app/views/kaminari/_paginator.html.erb @@ -1,6 +1,7 @@ <%= paginator.render do -%>