author | ymh <ymh.work@gmail.com> |
Sat, 12 Jun 2010 00:33:37 +0200 | |
changeset 30 | 81d408373dde |
parent 0 | ecdfc63274bf |
permissions | -rw-r--r-- |
0 | 1 |
#contentsdiv h1 { |
2 |
text-decoration : underline; |
|
3 |
} |
|
4 |
||
5 |
#contentsdiv table { |
|
6 |
border: 1px solid black; |
|
7 |
} |
|
8 |
||
9 |
#projectsdiv h1 { |
|
10 |
text-decoration : underline; |
|
11 |
} |
|
12 |
||
13 |
#projectsdiv table { |
|
14 |
border: 1px solid black; |
|
15 |
} |
|
30
81d408373dde
itry to have the player in the preview page
ymh <ymh.work@gmail.com>
parents:
0
diff
changeset
|
16 |
|
81d408373dde
itry to have the player in the preview page
ymh <ymh.work@gmail.com>
parents:
0
diff
changeset
|
17 |
.ldt_player_code { |
81d408373dde
itry to have the player in the preview page
ymh <ymh.work@gmail.com>
parents:
0
diff
changeset
|
18 |
width: 580px; |
81d408373dde
itry to have the player in the preview page
ymh <ymh.work@gmail.com>
parents:
0
diff
changeset
|
19 |
overflow: auto; |
81d408373dde
itry to have the player in the preview page
ymh <ymh.work@gmail.com>
parents:
0
diff
changeset
|
20 |
border-style: inset; |
81d408373dde
itry to have the player in the preview page
ymh <ymh.work@gmail.com>
parents:
0
diff
changeset
|
21 |
border: 1px solid silver; |
81d408373dde
itry to have the player in the preview page
ymh <ymh.work@gmail.com>
parents:
0
diff
changeset
|
22 |
margin: 10px 5px; |
81d408373dde
itry to have the player in the preview page
ymh <ymh.work@gmail.com>
parents:
0
diff
changeset
|
23 |
padding: 2px; |
81d408373dde
itry to have the player in the preview page
ymh <ymh.work@gmail.com>
parents:
0
diff
changeset
|
24 |
} |
81d408373dde
itry to have the player in the preview page
ymh <ymh.work@gmail.com>
parents:
0
diff
changeset
|
25 |