summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-08-22 14:03:57 +0000
committerDries Buytaert <dries@buytaert.net>2010-08-22 14:03:57 +0000
commitd1168bf056379810ed10b276655e923017f6728b (patch)
tree8ee5921a1fe2206f67bfbcad2fdb3eec94cc0d71 /themes
parentd471a76af0f4c611057f80f989caa4666ed673fa (diff)
downloadbrdo-d1168bf056379810ed10b276655e923017f6728b.tar.gz
brdo-d1168bf056379810ed10b276655e923017f6728b.tar.bz2
- Patch #863912 by aspilicious: Bartik comment links look a bit floaty.
Diffstat (limited to 'themes')
-rw-r--r--themes/bartik/css/style-rtl.css3
-rw-r--r--themes/bartik/css/style.css6
2 files changed, 9 insertions, 0 deletions
diff --git a/themes/bartik/css/style-rtl.css b/themes/bartik/css/style-rtl.css
index 5e02627c7..35bb2d3e3 100644
--- a/themes/bartik/css/style-rtl.css
+++ b/themes/bartik/css/style-rtl.css
@@ -127,6 +127,9 @@ ul.tips {
margin-right: 40px;
margin-left: 0;
}
+#comments ul.links li {
+ padding: 0 0 0.5em;
+}
/* -------------- Password Meter ------------- */
diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css
index 6957e17b8..8ff57b4f7 100644
--- a/themes/bartik/css/style.css
+++ b/themes/bartik/css/style.css
@@ -557,6 +557,12 @@ h1#page-title,
#comments .indented {
margin-left: 40px; /* LTR */
}
+#comments ul.links {
+ padding: 0 0 0.25em 0;
+}
+#comments ul.links li {
+ padding: 0 0.5em 0 0; /* LTR */
+}
/* ------------------ Sidebar ----------------- */