Merge branch 'master' of ssh://git.indexdata.com:222/home/git/pub/irspy
[irspy-moved-to-github.git] / web / htdocs / style.css
index 137c1bf..6764412 100644 (file)
@@ -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 }