mirror of
https://github.com/brmlab/povoden.git
synced 2025-06-08 18:24:00 +02:00
added footers
This commit is contained in:
parent
3a5f9853d7
commit
36e36bd63a
3 changed files with 9 additions and 0 deletions
|
@ -19,3 +19,6 @@
|
||||||
|
|
||||||
#doprava
|
#doprava
|
||||||
=File.read("data/doprava.html")
|
=File.read("data/doprava.html")
|
||||||
|
|
||||||
|
%hr
|
||||||
|
.footer Data poskytuje Dopravní podnik hl. m. Prahy. Bez záruky.
|
||||||
|
|
|
@ -31,3 +31,5 @@
|
||||||
%th průtok [m<sup>3</sup>s<sup>-1</sup>]
|
%th průtok [m<sup>3</sup>s<sup>-1</sup>]
|
||||||
%th teplota [°C]
|
%th teplota [°C]
|
||||||
=File.read("data/table.html")
|
=File.read("data/table.html")
|
||||||
|
%hr
|
||||||
|
.footer Data poskytuje Český hydrometeorologický ústav. Bez záruky.
|
||||||
|
|
|
@ -76,3 +76,7 @@ table#table24h th {
|
||||||
#doprava {
|
#doprava {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer {
|
||||||
|
font-size: 0.8em;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue