From 05aa7f377e15b809d7b73e0bfb5d9d3849b5458f Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 14 Mar 2012 10:13:28 +0000 Subject: [PATCH] Adjust left and right padding on the introductory text The sidebar changes have increased the padding for the search box and links menu, so change the introductory text to match. --- app/assets/stylesheets/common.css.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index b8122b4a0..59235fbc8 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -87,6 +87,7 @@ h2 { #intro { border-top: 1px solid #ccc; + padding: 0px 5px; } #intro p { -- 2.43.2