X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fmkws-doc.css;h=2bd20de3df0e9594f9deac70227904aec58434fe;hb=16b386a70198b118c9ba42ac67b50244fe50b3b0;hp=00e961baeeda726c85d10ece8ecc6eb845ba618b;hpb=1f66de8436f0c4f15bdb64a953bd10f00a7bca4a;p=mkws-moved-to-github.git diff --git a/doc/mkws-doc.css b/doc/mkws-doc.css index 00e961b..2bd20de 100644 --- a/doc/mkws-doc.css +++ b/doc/mkws-doc.css @@ -1,5 +1,8 @@ +@import url(http://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic); + body { - font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Sans-Serif; + font-family: Lato, Gill Sans, "Gillius ADF", Gillius, GilliusADF, Sans-Serif; + font-weight: normal; } h1, h2, h3 { color: #606060 } h2 { margin-top: 0.5em } @@ -27,8 +30,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; }