diff options
| author | Martin Wright <martin@mysociety.org> | 2014-04-04 16:34:02 +0100 |
|---|---|---|
| committer | Louise Crow <louise.crow@gmail.com> | 2014-04-24 15:38:14 +0100 |
| commit | 1cd5c571d56fd1ee4163c6e14656c86af744e432 (patch) | |
| tree | 364cc28b313e9111284becfadb0de8ba76e49f4e | |
| parent | d171c9f775dfcd8161d68242ea5428bdbb0b4a69 (diff) | |
navigation now has border
| -rw-r--r-- | app/assets/stylesheets/responsive/_header_style.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/stylesheets/responsive/_header_style.scss b/app/assets/stylesheets/responsive/_header_style.scss index f2ecfe1a3..9008a73a7 100644 --- a/app/assets/stylesheets/responsive/_header_style.scss +++ b/app/assets/stylesheets/responsive/_header_style.scss @@ -1 +1,4 @@ /* Header style */ +#navigation { + border-bottom: 1px solid #e9e9e9; +} |
