mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-24 06:20:41 -04:00
Added more jsfiddles.
This commit is contained in:
parent
ecce301632
commit
f60e5a1aec
6 changed files with 375 additions and 0 deletions
17
jsfiddles/event_stream/demo.css
Normal file
17
jsfiddles/event_stream/demo.css
Normal file
|
@ -0,0 +1,17 @@
|
|||
.loggedin {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
p {
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
table
|
||||
{
|
||||
border-spacing:5px;
|
||||
}
|
||||
|
||||
th,td
|
||||
{
|
||||
padding:5px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue