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:
parent
c6ca284e6d
commit
c5443fffb4
8 changed files with 838 additions and 673 deletions
20
app/vendor/bootstrap.css
vendored
20
app/vendor/bootstrap.css
vendored
|
@ -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;
|
||||
}
|
||||
}
|
||||
}*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue