added help lists

This commit is contained in:
Pavol Rusnak 2013-06-03 21:39:58 +02:00
parent 58bc29aa1f
commit e955c0bb4b
2 changed files with 11 additions and 1 deletions

View file

@ -15,4 +15,6 @@
.content .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>

View file

@ -4,6 +4,10 @@ html, body {
padding: 0; padding: 0;
} }
a {
color: #00f;
}
.content { .content {
padding: 1em; padding: 1em;
padding-top: 48px; padding-top: 48px;
@ -80,3 +84,7 @@ table#table24h th {
.footer { .footer {
font-size: 0.8em; font-size: 0.8em;
} }
#pomocnici li {
line-height: 2em;
}