projects
/
working
/
Evergreen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
LP#16989634 - Changing z-index to 4 to allow active text boxes to pass under patron...
[working/Evergreen.git]
/
Open-ILS
/
src
/
templates
/
staff
/
css
/
print.css.tt2
1
2
/* hide everything but the print div */
3
head { display: none; } /* just to be safe */
4
body div:not([id="print-div"]) { display:none }
5
6
div { display: none }
7
#print-div { display: block }
8
#print-div div { display: block }
9
#print-div pre { border: none }
10
11
[%#
12
vim: ft=css
13
%]