Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
What's new
8
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
Antoine Beaupré
ikiwiki-bootstrap-anarcat
Commits
94521766
Verified
Commit
94521766
authored
Oct 11, 2018
by
Antoine Beaupré
Browse files
remove footer and add comment button in printouts
the footer was overlapping with the page body
parent
3a67fe0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
bootstrap.local.css
View file @
94521766
...
...
@@ -203,3 +203,9 @@ table { font-size: inherit; } /* why the heck does chrome override font-size for
border-bottom
:
none
;
margin
:
40px
0
0
;
}
/* more things to hide in printouts */
@media
print
{
.footer
{
display
:
none
;
}
.addcomment
{
display
:
none
;
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment