Last change
on this file since 249 was
249,
checked in by hendrikvanantwerpen, 13 years ago
|
This one's for Subversion, because it's so close...
First widget (stripped down sequencer).
Seperated client and server code in two direcotry trees.
|
File size:
254 bytes
|
Line | |
---|
1 | @import url("../../lib/jquery-ui/jquery-ui.css"); |
---|
2 | |
---|
3 | body, .ui-widget { |
---|
4 | font: 14px Helvetica Neue; |
---|
5 | } |
---|
6 | |
---|
7 | svg { |
---|
8 | width: 960px; |
---|
9 | height: 500px; |
---|
10 | border: solid 1px #ccc; |
---|
11 | background: #eee; |
---|
12 | } |
---|
13 | |
---|
14 | path { |
---|
15 | fill: #ccc; |
---|
16 | stroke: #fff; |
---|
17 | } |
---|
18 | |
---|
19 | div { |
---|
20 | width: 960px; |
---|
21 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.