mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-07-05 16:07:43 +02:00
Merge pull request #789 from milligramme/patch-1
modify css: hide href content on printing
This commit is contained in:
@@ -1774,3 +1774,11 @@ div.container.blame-container{
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
|
||||
/****************************************************************************/
|
||||
/* Print */
|
||||
/****************************************************************************/
|
||||
a[href]:after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user