From 36e36bd63a8f9808de0b1fad88458829bf28431c Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Mon, 3 Jun 2013 18:44:20 +0200 Subject: [PATCH] added footers --- doprava.haml | 3 +++ index.haml | 2 ++ style.css | 4 ++++ 3 files changed, 9 insertions(+) diff --git a/doprava.haml b/doprava.haml index f7c56ca..77d5e5d 100644 --- a/doprava.haml +++ b/doprava.haml @@ -19,3 +19,6 @@ #doprava =File.read("data/doprava.html") + + %hr + .footer Data poskytuje Dopravní podnik hl. m. Prahy. Bez záruky. diff --git a/index.haml b/index.haml index b522f17..0f4e4ca 100644 --- a/index.haml +++ b/index.haml @@ -31,3 +31,5 @@ %th průtok [m3s-1] %th teplota [°C] =File.read("data/table.html") + %hr + .footer Data poskytuje Český hydrometeorologický ústav. Bez záruky. diff --git a/style.css b/style.css index 7647ad3..0f0daec 100644 --- a/style.css +++ b/style.css @@ -76,3 +76,7 @@ table#table24h th { #doprava { font-size: 0.8em; } + +.footer { + font-size: 0.8em; +}