1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-09 15:35:27 +02:00

improvements to print display

This commit is contained in:
Harvey Kandola 2017-04-03 16:34:42 +01:00
parent c6ca284e6d
commit c5443fffb4
8 changed files with 838 additions and 673 deletions

View file

@ -227,16 +227,16 @@ textarea {
font-size: inherit;
line-height: inherit;
}
a {
/*color: #337ab7;*/
/*text-decoration: none;*/
/*a {
color: #337ab7;
text-decoration: none;
}
/*a:hover,
a:focus {*/
/*color: #23527c;*/
/*text-decoration: underline;*/
a:hover,
a:focus {
color: #23527c;
text-decoration: underline;
}
/*a:focus {
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
@ -1155,7 +1155,7 @@ hr {
display: none !important;
}
}
.visible-print {
/*.visible-print {
display: none !important;
}
@media print {
@ -1201,4 +1201,4 @@ hr {
.hidden-print {
display: none !important;
}
}
}*/