| Revision 2566:9bf417837888,
400 bytes
checked in by franck <carnet.franck.paul@…>, 12 years ago
(diff) |
|
Add some people in CREDITS, remove trailing spaces and tabs.
|
| Line | |
|---|
| 1 | #file-box { |
|---|
| 2 | width: 100%; |
|---|
| 3 | float: left; |
|---|
| 4 | margin-right: -180px; |
|---|
| 5 | } |
|---|
| 6 | |
|---|
| 7 | #file-editor { |
|---|
| 8 | margin-right: 180px; |
|---|
| 9 | } |
|---|
| 10 | |
|---|
| 11 | #file-chooser { |
|---|
| 12 | float: right; |
|---|
| 13 | width: 170px; |
|---|
| 14 | } |
|---|
| 15 | #file-chooser ul { |
|---|
| 16 | padding-left: 0; |
|---|
| 17 | } |
|---|
| 18 | #file-chooser li { |
|---|
| 19 | list-style: square inside; |
|---|
| 20 | } |
|---|
| 21 | #file-chooser li.default-file { |
|---|
| 22 | color: #f90; |
|---|
| 23 | } |
|---|
| 24 | #file-chooser li.parent-file { |
|---|
| 25 | color:#c00; |
|---|
| 26 | } |
|---|
| 27 | textarea { |
|---|
| 28 | font: 1em Monaco,"Courier New",Courier,monospace; |
|---|
| 29 | } |
|---|
Note: See
TracBrowser
for help on using the repository browser.