1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 07:12:16 +01:00
Files
archived-web-php/styles/rtl.css
Peter Kokot e235f79473 Trim trailing whitespace
This patch cleans all redundant trailing whitespace across the
repository except for the icalendar files.
2018-10-17 10:51:08 +02:00

24 lines
295 B
CSS

.para {
direction:rtl;
}
.function {
direction:ltr;
unicode-bidi: bidi-override;
}
.refpurpose {
direction:rtl;
}
.refnamediv {
direction:rtl;
}
.sect1 {
direction:rtl;
}
.example {
text-align:right;
}
.phpcode {
direction:ltr;
unicode-bidi: bidi-override;
}