diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-05-30 18:28:14 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-05-30 18:28:14 +0000 |
commit | fd9dc74c9d918632569f2e41006ee1a5a14aeb32 (patch) | |
tree | fcf7ead1e63cbfcf6cfc4feb8265b7248baedef4 /modules/system | |
parent | e9c11ad72f1e4fcc69f80aad67d068378f8002b4 (diff) | |
download | brdo-fd9dc74c9d918632569f2e41006ee1a5a14aeb32.tar.gz brdo-fd9dc74c9d918632569f2e41006ee1a5a14aeb32.tar.bz2 |
Some RTL CSS files had wrong CVS Id comments, fix that
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/admin-rtl.css | 2 | ||||
-rw-r--r-- | modules/system/defaults-rtl.css | 2 | ||||
-rw-r--r-- | modules/system/system-rtl.css | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/modules/system/admin-rtl.css b/modules/system/admin-rtl.css index cea4ed7f8..6a76675a5 100644 --- a/modules/system/admin-rtl.css +++ b/modules/system/admin-rtl.css @@ -1,4 +1,4 @@ -/* $Id $ */ +/* $Id$ */ div.admin-panel .body { padding: 0 8px 2px 4px; diff --git a/modules/system/defaults-rtl.css b/modules/system/defaults-rtl.css index 2b7dd7696..00ba9fdc5 100644 --- a/modules/system/defaults-rtl.css +++ b/modules/system/defaults-rtl.css @@ -1,4 +1,4 @@ -/* $Id $ */ +/* $Id$ */ th { text-align: right; diff --git a/modules/system/system-rtl.css b/modules/system/system-rtl.css index 7206a14e5..cf93c728d 100644 --- a/modules/system/system-rtl.css +++ b/modules/system/system-rtl.css @@ -1,4 +1,4 @@ -/* $Id $ */ +/* $Id$ */ .item-list .icon { float: left; |