projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77ac7ba
)
Create a new style for tables that have no width (.doc_table_nw) so the
author
Reid Spencer
<rspencer@reidspencer.com>
Sun, 23 May 2004 21:25:50 +0000
(21:25 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Sun, 23 May 2004 21:25:50 +0000
(21:25 +0000)
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
docs/llvm.css
patch
|
blob
|
history
diff --git
a/docs/llvm.css
b/docs/llvm.css
index 793c431d331b78d0326449c26e126856e74a2b95..a89ca0e79e9d6a98cd88704f55030e31fb574692 100644
(file)
--- 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;