1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

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
This commit is contained in:
Reid Spencer 2004-05-23 21:25:50 +00:00
parent 74d7e65df6
commit e1e37cd089

View File

@ -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;