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