X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fhtdocs%2Fstyle.css;h=67644121cc084c274e2a8a7ea26c4ec411df1b30;hp=137c1bf355fd25875b93afbbccb09f30d6d84ac0;hb=HEAD;hpb=af72dba47f3e01bad792ea38df7999358f8d0fc9 diff --git a/web/htdocs/style.css b/web/htdocs/style.css index 137c1bf..6764412 100644 --- a/web/htdocs/style.css +++ b/web/htdocs/style.css @@ -1,7 +1,9 @@ +@import url(http://fonts.googleapis.com/css?family=Cabin:400,400italic,700,700italic); + body { color: black; background: white; - font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Sans-Serif; + font-family: Cabin, Gill Sans, "Gillius ADF", Gillius, GilliusADF, Sans-Serif; } h1,h2 { font-family: Verdana, "Sans Serif", Sans } @@ -62,3 +64,6 @@ table.targets td, table.targets th { } table.targets { border-spacing: 0px; } +table.fullrecord, table.fullrecord th, table.fullrecord td { border: none } + +a { text-decoration: none }