[llvm-commits] CVS: llvm/docs/llvm.css
Reid Spencer
reid at x10sys.com
Wed Jul 26 22:29:39 PDT 2006
Changes in directory llvm/docs:
llvm.css updated: 1.28 -> 1.29
---
Log message:
Reduce the padding on the doc_notes style. It was set to 1em which leaves
the shaded box with a large blank border, wasting space.
---
Diffs of the changes: (+1 -1)
llvm.css | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/docs/llvm.css
diff -u llvm/docs/llvm.css:1.28 llvm/docs/llvm.css:1.29
--- llvm/docs/llvm.css:1.28 Mon May 16 11:30:10 2005
+++ llvm/docs/llvm.css Thu Jul 27 00:29:25 2006
@@ -66,7 +66,7 @@
padding: 0 1em 0 1em;
display:table;
}
-.doc_notes { background: #fafafa; border: 1px solid #cecece; padding: 1em }
+.doc_notes { background: #fafafa; border: 1px solid #cecece; padding: 0.1em }
TABLE.layout { text-align: left; border: none; border-collapse: collapse;
padding: 4px 4px 4px 4px; }
More information about the llvm-commits
mailing list