Last change
on this file since 7463 was
7300,
checked in by rwilson, 16 years ago
|
|
-
Property svn:executable set to
*
|
File size:
908 bytes
|
Rev | Line | |
---|
[7205] | 1 | body { |
---|
| 2 | padding-left: 1em; |
---|
| 3 | padding-right: 1em; |
---|
| 4 | font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; |
---|
| 5 | background-color: white} |
---|
| 6 | h1 { |
---|
| 7 | font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif } |
---|
| 8 | h2 { |
---|
| 9 | font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif } |
---|
| 10 | h3 { |
---|
| 11 | font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif } |
---|
| 12 | a:link { |
---|
| 13 | color: blue } |
---|
| 14 | a:visited { |
---|
| 15 | color: purple } |
---|
| 16 | table.code { |
---|
| 17 | border-width: 1px 1px 1px 1px; |
---|
[7300] | 18 | border-spacing: -10px; |
---|
[7205] | 19 | border-style: dashed dashed dashed dashed; |
---|
| 20 | border-color: gray gray gray gray; |
---|
| 21 | border-collapse: separate; |
---|
[7300] | 22 | background-color: #ffffe6; |
---|
| 23 | -moz-border-radius: 5px 5px 5px 5px; |
---|
[7205] | 24 | } |
---|
| 25 | table.code td { |
---|
[7300] | 26 | height: 20px; |
---|
| 27 | border-width: 0px 0px 0px 0px; |
---|
| 28 | padding: 0px 0px 0px 0px; |
---|
[7205] | 29 | border-style: none none none none; |
---|
| 30 | border-color: gray gray gray gray; |
---|
| 31 | background-color: #ffffe6; |
---|
| 32 | } |
---|
[7300] | 33 | |
---|
| 34 | |
---|
Note: See
TracBrowser
for help on using the repository browser.