New module 'Printer-friendly pages'
This commit is contained in:
parent
ae482480b2
commit
b70f11745a
38 changed files with 8667 additions and 0 deletions
12
sites/all/modules/print/css/print-rtl.css
Normal file
12
sites/all/modules/print/css/print-rtl.css
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
body {
|
||||
direction: rtl;
|
||||
}
|
||||
th {
|
||||
text-align: right;
|
||||
}
|
||||
.print-links,
|
||||
.print-source_url,
|
||||
.print-taxonomy {
|
||||
text-align: left;
|
||||
}
|
Reference in a new issue