summaryrefslogtreecommitdiff
path: root/modules/node
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-11-27 12:09:27 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-11-27 12:09:27 +0000
commitf77b60f2916de35b2e64f462e98853c9a7134895 (patch)
treea936cde8733e6d05464544ce6b67bcf7eb3a4bd1 /modules/node
parent61f04c91c9197ba9de4385931cf8be3f34d7c0b6 (diff)
downloadbrdo-f77b60f2916de35b2e64f462e98853c9a7134895.tar.gz
brdo-f77b60f2916de35b2e64f462e98853c9a7134895.tar.bz2
#195543 by hass and yhager: CSS inherit was completely misused in RTL CSS files
Diffstat (limited to 'modules/node')
-rw-r--r--modules/node/node-rtl.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node-rtl.css b/modules/node/node-rtl.css
index d7cf051ab..f829ab9f2 100644
--- a/modules/node/node-rtl.css
+++ b/modules/node/node-rtl.css
@@ -2,7 +2,7 @@
#node-admin-buttons {
float: right;
- margin-left: inherit;
+ margin-left: 0;
margin-right: 0.5em;
clear: left;
}