Minimize the width of the notes region: it will end where the text ends, if the
authorMisha Brukman <brukman+llvm@gmail.com>
Mon, 29 Dec 2008 21:25:09 +0000 (21:25 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Mon, 29 Dec 2008 21:25:09 +0000 (21:25 +0000)
line of text is short enough, instead of stretching all the way to the right
margin.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61481 91177308-0d34-0410-b5e6-96231b3b80d8

docs/llvm.css

index 84af679f2e556ca7026a1de56219bec134497539..29d40c518e6e881a21d95a54aa77e4517004f501 100644 (file)
@@ -79,7 +79,7 @@ h3, .doc_subsubsection { margin: 2.0em 0.5em 0.5em 0.5em;
 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; }