Skip to content

Commit b749717

Browse files
committed
Make '.dokuwiki' scope more consistent in shared print and pdf styles
1 parent d6610e1 commit b749717

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

pdf.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ Styles used in PDFs by the DW2PDF plugin (in addition to all.css, and
33
the DW2PDF plugin also includes style.css via the 'usestyles' option)
44
********************************************************************/
55

6-
.dokuwiki {
7-
86
@import 'print_or_pdf.less';
97

8+
.dokuwiki {
9+
1010
/*____________ only print ____________*/
1111
/* due to including style.css, these need to be overwritten again */
1212

print.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
Print Styles for the Wrap Plugin (additional to all.css)
33
********************************************************************/
44

5-
.dokuwiki {
6-
75
@import 'print_or_pdf.less';
86

7+
.dokuwiki {
8+
99
/* boxes and notes with icons
1010
********************************************************************/
1111

print_or_pdf.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Styles shared between print.css and pdf.css
33
********************************************************************/
44

5+
.dokuwiki {
6+
57
/* miscellaneous
68
********************************************************************/
79

@@ -23,3 +25,5 @@ Styles shared between print.css and pdf.css
2325
.wrap_noprint {
2426
display: none;
2527
}
28+
29+
} /* /.dokuwiki */

0 commit comments

Comments
 (0)