]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
f2ee95c
)
Hid skip-to-content for print media
author
Dan Brown
<redacted>
Sun, 14 Nov 2021 11:50:13 +0000
(11:50 +0000)
committer
Dan Brown
<redacted>
Sun, 14 Nov 2021 11:50:13 +0000
(11:50 +0000)
Fixes #3051
resources/views/common/skip-to-content.blade.php
patch
|
blob
|
history
diff --git
a/resources/views/common/skip-to-content.blade.php
b/resources/views/common/skip-to-content.blade.php
index b63573d765938cb4fd4d4f706a6677c93eb955fd..9b8db114263e11cf25fb508a48f6c77bc49ff793 100644
(file)
--- a/
resources/views/common/skip-to-content.blade.php
+++ b/
resources/views/common/skip-to-content.blade.php
@@
-1
+1
@@
-<a class="px-m py-s skip-to-content-link" href="#main-content">{{ trans('common.skip_to_main_content') }}</a>
\ No newline at end of file
+<a class="px-m py-s skip-to-content-link
print-hidden
" href="#main-content">{{ trans('common.skip_to_main_content') }}</a>
\ No newline at end of file