source: Dev/trunk/src/client/dojox/wire/demos/markup/flickrDemo.css

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 495 bytes
Line 
1.flickrView {
2        padding: 3 3 3 3;
3        border-width: 1px;
4        border-style: solid;
5        border-color: #000000;
6        border-collapse: separate;
7        width: 100%;
8}
9
10.flickrView th {
11        text-align: left;
12}
13
14.flickrView tr {
15        padding: 3 3 3 3;
16        border-width: 1px;
17        border-style: solid;
18        border-color: #000000;
19}
20
21.flickrView tr td {
22        padding: 3 3 3 3;
23        border-width: 1px;
24        border-style: solid;
25        border-color: #000000;
26}
27
28.flickrView {
29        background-color: #EFEFEF;
30}
31
32.flickrTitle {
33        background-color: #CCCCCC;
34}
35
Note: See TracBrowser for help on using the repository browser.