[llvm-commits] CVS: llvm-www/llvm.css
Misha Brukman
brukman at cs.uiuc.edu
Fri Oct 24 18:25:01 PDT 2003
Changes in directory llvm-www:
llvm.css updated: 1.3 -> 1.4
---
Log message:
Left-align the text in boxes, don't justify it (too much empty space).
---
Diffs of the changes: (+1 -1)
Index: llvm-www/llvm.css
diff -u llvm-www/llvm.css:1.3 llvm-www/llvm.css:1.4
--- llvm-www/llvm.css:1.3 Fri Oct 24 17:42:57 2003
+++ llvm-www/llvm.css Fri Oct 24 18:24:34 2003
@@ -36,7 +36,7 @@
margin: 1em 0.5em 1em 0.5em }
.rel_intro,
-.rel_boxtext { text-align: justify;
+.rel_boxtext { text-align: left;
font-family: "Georgia,Palatino,Times,Roman";
font-size: 11pt;
padding: 0.5em 0.5em 0.5em 1.5em;
More information about the llvm-commits
mailing list