[llvm-commits] [llvm] r61481 - /llvm/trunk/docs/llvm.css

Misha Brukman brukman+llvm at gmail.com
Mon Dec 29 13:25:09 PST 2008


Author: brukman
Date: Mon Dec 29 15:25:09 2008
New Revision: 61481

URL: http://llvm.org/viewvc/llvm-project?rev=61481&view=rev
Log:
Minimize the width of the notes region: it will end where the text ends, if the
line of text is short enough, instead of stretching all the way to the right
margin.

Modified:
    llvm/trunk/docs/llvm.css

Modified: llvm/trunk/docs/llvm.css
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/llvm.css?rev=61481&r1=61480&r2=61481&view=diff

==============================================================================
--- llvm/trunk/docs/llvm.css (original)
+++ llvm/trunk/docs/llvm.css Mon Dec 29 15:25:09 2008
@@ -79,7 +79,7 @@
 pre.doc_code, .literal-block { padding: 1em 2em 1em 1em }
 
 .doc_notes      { background: #fafafa; border: 1px solid #cecece;
-                  padding: 0.1em }
+                  display: table; padding: 0 1em 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