Initial checkin
This commit is contained in:
commit
d75eb444fc
4304 changed files with 369634 additions and 0 deletions
20
js/ufd/examples/example.css
Normal file
20
js/ufd/examples/example.css
Normal file
|
@ -0,0 +1,20 @@
|
|||
body {
|
||||
font-family: arial, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
h1,h2,h3,h4,h5,h6 {
|
||||
color: #00a;
|
||||
}
|
||||
|
||||
hr {
|
||||
color: red;
|
||||
}
|
||||
|
||||
em {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#log {
|
||||
height: 100px;
|
||||
overflow: scroll;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue