First commit

This commit is contained in:
Open-Steps.org 2014-11-30 23:17:02 +01:00
commit 0599db44e3
24 changed files with 1035 additions and 0 deletions

14
css/custom.css Normal file
View file

@ -0,0 +1,14 @@
.event{
background: #eee;
padding:10px;
margin:10px;
}
.event :hover{
background: #e7ccfb;
}
.talk{
padding:10px;
background: #ddd;
}