diff options
author | samdbeckham <sbeckham@gitlab.com> | 2018-06-01 15:20:26 +0100 |
---|---|---|
committer | samdbeckham <sbeckham@gitlab.com> | 2018-06-01 15:20:26 +0100 |
commit | 696766fee1a76f1346d8ea3ecf50777e93e36139 (patch) | |
tree | 560298b0cbd7de59d472252ebcf412026f5ede46 /app/views/help | |
parent | 4963303fae5dbb5580c101db2c16555f36d07c3b (diff) | |
download | gitlab-ce-696766fee1a76f1346d8ea3ecf50777e93e36139.tar.gz |
Updated the styling for modal titles
Diffstat (limited to 'app/views/help')
-rw-r--r-- | app/views/help/_shortcuts.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/help/_shortcuts.html.haml b/app/views/help/_shortcuts.html.haml index 77fe3939126..29db29235c1 100644 --- a/app/views/help/_shortcuts.html.haml +++ b/app/views/help/_shortcuts.html.haml @@ -2,7 +2,7 @@ .modal-dialog.modal-lg .modal-content .modal-header - %h4 + %h4.modal-title Keyboard Shortcuts %small = link_to '(Show all)', '#', class: 'js-more-help-button' |