diff options
-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; +} |