mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-15 09:55:49 +01:00
(refs #1113)Improve printing styles
This commit is contained in:
@@ -2037,6 +2037,11 @@ div.container.blame-container{
|
||||
/****************************************************************************/
|
||||
/* Print */
|
||||
/****************************************************************************/
|
||||
a[href]:after {
|
||||
display: none;
|
||||
@media print {
|
||||
div.headbar {
|
||||
display: none;
|
||||
}
|
||||
a[href]:after {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user