From e1a5727733b660e5ca07aee59f8ede31a9ef8e93 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 23 May 2004 21:25:50 +0000 Subject: [PATCH] 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 llvm-svn: 13699 --- llvm/docs/llvm.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/llvm/docs/llvm.css b/llvm/docs/llvm.css index 793c431d331b..a89ca0e79e9d 100644 --- a/llvm/docs/llvm.css +++ b/llvm/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;