1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

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
This commit is contained in:
Misha Brukman 2008-12-29 21:25:09 +00:00
parent 5b00db2c8f
commit 4d4b7394f9

View 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; }