summaryrefslogtreecommitdiff
path: root/themes/bluemarine
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 /themes/bluemarine
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 'themes/bluemarine')
-rw-r--r--themes/bluemarine/style-rtl.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/bluemarine/style-rtl.css b/themes/bluemarine/style-rtl.css
index eb3131149..ef3c46905 100644
--- a/themes/bluemarine/style-rtl.css
+++ b/themes/bluemarine/style-rtl.css
@@ -17,7 +17,7 @@ body {
}
ul.links li {
border-right: 1px solid #9cf;
- border-left: inherit;
+ border-left: none;
}
.block, .box {
padding: 0 1.5em 0 0;