X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=doc%2Fmkws-doc.css;h=386c46afee818cd672e8780835d4af8ddb1b2f24;hp=00e961baeeda726c85d10ece8ecc6eb845ba618b;hb=fd831c63e414e24a0c596d93beb35f41c73762e5;hpb=1f66de8436f0c4f15bdb64a953bd10f00a7bca4a diff --git a/doc/mkws-doc.css b/doc/mkws-doc.css index 00e961b..386c46a 100644 --- a/doc/mkws-doc.css +++ b/doc/mkws-doc.css @@ -27,8 +27,10 @@ body > p:last-of-type { font-size: small; } -table { background: #ddd; border-collapse: collapse; } +table { border-collapse: collapse; } tr.header { color: #fff; background: #888; } -table, th, td { border: 1px solid #ccc; } +tr.odd { background: #ddd } +tr.even { background: #ccc } +table, th, td { border: 1px solid #bbb; } td { vertical-align: top; } td, th { padding: 0.3em 0.6em; }