[llvm-commits] CVS: llvm-www/llvm.css

Misha Brukman brukman at cs.uiuc.edu
Mon Sep 6 22:11:07 PDT 2004



Changes in directory llvm-www:

llvm.css updated: 1.13 -> 1.14
---
Log message:

Give less spacing above a third-level section header.


---
Diffs of the changes:  (+2 -4)

Index: llvm-www/llvm.css
diff -u llvm-www/llvm.css:1.13 llvm-www/llvm.css:1.14
--- llvm-www/llvm.css:1.13	Tue Sep  7 00:07:28 2004
+++ llvm-www/llvm.css	Tue Sep  7 00:10:57 2004
@@ -32,17 +32,15 @@
                   text-align: left;  font-size: 12pt; padding: 4pt 4pt 4pt 4pt;
                   margin: 1.5em 0.5em 0.5em 0.5em }
 
-.www_subsubsection { margin: 2.0em 0.5em 0.5em 0.5em;
+.www_subsubsection { margin: 1.0em 0.5em 0.5em 0.5em;
                      font-weight: bold; font-style: oblique;
                      border-bottom: 1px solid #999999; font-size: 12pt;
                      width: 75%; }
 
-
 .www_code { border: solid 1px gray; background: #eeeeee;
             margin: 0 1em 0 1em; 
             padding: 0 1em 0 1em;
-            display:table; }
-
+            display: table; }
 
 /* Publications */
 .pub_title  { font-family: "Georgia,Palatino,Times,Roman";






More information about the llvm-commits mailing list