diff options
| author | Misha Brukman <brukman+llvm@gmail.com> | 2008-12-29 21:25:09 +0000 |
|---|---|---|
| committer | Misha Brukman <brukman+llvm@gmail.com> | 2008-12-29 21:25:09 +0000 |
| commit | 26f7289a073d294e7d9c56528810458caf6a7785 (patch) | |
| tree | 40d34619dc311343b19f3ad26320fac92a73a695 | |
| parent | 8dab303dc98556cceedcd481d52568e42484a5b1 (diff) | |
| download | bcm5719-llvm-26f7289a073d294e7d9c56528810458caf6a7785.tar.gz bcm5719-llvm-26f7289a073d294e7d9c56528810458caf6a7785.zip | |
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.
llvm-svn: 61481
| -rw-r--r-- | llvm/docs/llvm.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/llvm.css b/llvm/docs/llvm.css index 84af679f2e5..29d40c518e6 100644 --- a/llvm/docs/llvm.css +++ b/llvm/docs/llvm.css @@ -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; } |

