First commit
This commit is contained in:
commit
0599db44e3
24 changed files with 1035 additions and 0 deletions
14
css/custom.css
Normal file
14
css/custom.css
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
.event{
|
||||
background: #eee;
|
||||
padding:10px;
|
||||
margin:10px;
|
||||
}
|
||||
|
||||
.event :hover{
|
||||
background: #e7ccfb;
|
||||
}
|
||||
|
||||
.talk{
|
||||
padding:10px;
|
||||
background: #ddd;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue