mirror of
https://github.com/brmlab/povoden.git
synced 2025-06-07 17:54:10 +02:00
added help lists
This commit is contained in:
parent
58bc29aa1f
commit
e955c0bb4b
2 changed files with 11 additions and 1 deletions
|
@ -15,4 +15,6 @@
|
|||
|
||||
.content
|
||||
|
||||
%p zoznam
|
||||
%ul#pomocnici
|
||||
%li <a href="https://docs.google.com/forms/d/1L6JZ5wx89NRAPUDRJec6aK0ydwdiEvCXSFPpoAauTlw/viewform">JUNÁK - Svaz skautů a skautek ČR</a>
|
||||
%li <a href="http://www.mamjob.cz/povodne/index?page=dobraci">Dobrovolníci MamJob.cz Povodně</a>
|
||||
|
|
|
@ -4,6 +4,10 @@ html, body {
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #00f;
|
||||
}
|
||||
|
||||
.content {
|
||||
padding: 1em;
|
||||
padding-top: 48px;
|
||||
|
@ -80,3 +84,7 @@ table#table24h th {
|
|||
.footer {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
#pomocnici li {
|
||||
line-height: 2em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue