mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-30 19:35:54 +00:00
Give table headers the striped background.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17382 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
341d7141ed
commit
448a4afd2e
@ -12,7 +12,10 @@ address img { float: right; width: 88px; height: 31px; }
|
||||
address { clear: right; }
|
||||
|
||||
TR, TD { border: 2px solid gray; padding: 4pt 4pt 2pt 2pt; }
|
||||
TH { border: 2px solid gray; font-weight: bold; font-size: 105%; }
|
||||
TH { border: 2px solid gray; font-weight: bold; font-size: 105%;
|
||||
color: black; background: url("img/lines.gif");
|
||||
font-family: "Georgia,Palatino,Times,Roman"; text-align:center;
|
||||
vertical-align: middle; }
|
||||
TABLE { text-align: center; border: 2px solid black;
|
||||
border-collapse: collapse; margin-top: 1em; margin-left: 1em;
|
||||
margin-right: 1em; margin-bottom: 1em; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user