diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-05-23 21:25:50 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-05-23 21:25:50 +0000 |
commit | 0bd34a2b6459ff513586ac9f5a839df87f57765b (patch) | |
tree | 63a587f17aba8f35793049d2fc40d5d72066d93a /docs | |
parent | 77ac7baa6d6ae11705d0a44a691fc255d840341a (diff) | |
download | external_llvm-0bd34a2b6459ff513586ac9f5a839df87f57765b.zip external_llvm-0bd34a2b6459ff513586ac9f5a839df87f57765b.tar.gz external_llvm-0bd34a2b6459ff513586ac9f5a839df87f57765b.tar.bz2 |
Create a new style for tables that have no width (.doc_table_nw) so the
table doesn't stretch across the whole page. Change for BytecodeFormat.html
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13699 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/llvm.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/llvm.css b/docs/llvm.css index 793c431..a89ca0e 100644 --- a/docs/llvm.css +++ b/docs/llvm.css @@ -48,6 +48,9 @@ address { clear: right; } .doc_table { text-align: center; width: 90%; padding: 1px 1px 1px 1px; border: 1px; } +.doc_table_nw { text-align: center; border: 1px; + padding: 1px 1px 1px 1px; } + .doc_warning { color: red; font-weight: bold } .doc_code { border: solid 1px gray; background: #eeeeee; |