[cairo-commit] [cairo-www] src/local.css
Carl Worth
cworth at freedesktop.org
Tue Jul 3 17:42:58 PDT 2007
src/local.css | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit bf0e0a9a63fe876c40f8647985abf4822be101c8
Author: Carl Worth <cworth at cworth.org>
Date: Tue Jul 3 17:42:27 2007 -0700
Avoid double-indenting nested unordered lists
Yes, my margin hacks are falling over badly at this point. I really hope someone
will appear and introduce some sanity to them soon.
diff --git a/src/local.css b/src/local.css
index 1090700..e34744a 100644
--- a/src/local.css
+++ b/src/local.css
@@ -42,6 +42,10 @@ ol ol {
list-style-type: lower-alpha;
}
+ul ul {
+ margin-left: 0;
+}
+
li p {
margin-left: 0%;
}
More information about the cairo-commit
mailing list