diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 947349674..4c447479f 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -366,6 +366,10 @@ header { text-decoration: underline; } } + + ul { + margin-bottom: 0; + } } .subnavigation { @@ -509,7 +513,7 @@ footer { p { font-size: $small-font-size; - .info a { + &.info a { text-decoration: underline; } } @@ -546,6 +550,7 @@ footer { .subfooter { border-top: 1px solid $text-light; + font-size: $small-font-size; padding-top: $line-height/2; } diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb index 324a049af..4f8545fb5 100644 --- a/app/views/layouts/_footer.html.erb +++ b/app/views/layouts/_footer.html.erb @@ -41,13 +41,13 @@