Remove the left padding and the orange arrow when printing hyperlinks.

SVN:trunk[3782]
This commit is contained in:
Denis Flaven
2015-09-22 14:26:12 +00:00
parent af9a419e84
commit 1d4a3e780d

View File

@@ -17,7 +17,7 @@ h2.printable-tab-title {
page-break-after: avoid;
}
div#tabbedContent_0 { border:none; }
p a, .ui-widget-content td a, p a:hover, .ui-widget-content td a:hover {
p a, .ui-widget-content td a, p a:hover, .ui-widget-content td a:hover, p a:visited, .ui-widget-content td a:visited, td a, td a:visited, td a:hover {
padding-left: 0;
background: transparent;
}