From 978eb8e2e44da9c5277bb4b6ae6e8ec63aa91fbe Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Mon, 13 Jul 2009 22:57:24 +0000 Subject: [PATCH] Added more instructions to the comments to do with cssjanus. --- skins/vector/main-ltr.css | 3 +++ skins/vector/main-rtl.css | 3 +++ 2 files changed, 6 insertions(+) diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index 26de9a242e..c18286cbbb 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -10,6 +10,9 @@ * * The following command is used to generate the RTL version of this file * ./cssjanus.py --swap_ltr_rtl_in_url < main-ltr.css > main-rtl.css + * + * Any rules which should not be flipped should be prepended with @noflip in + * a comment block. */ /* Framework */ html, diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index a30d064902..3d1ce11ead 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -10,6 +10,9 @@ * * The following command is used to generate the RTL version of this file * ./cssjanus.py --swap_ltr_rtl_in_url < main-ltr.css > main-rtl.css + * + * Any rules which should not be flipped should be prepended with @noflip in + * a comment block. */ /* Framework */ html, -- 2.20.1