Last change
on this file since 515 was 500, checked in by Nicholas Riley, 16 years ago |
Remove extra null; fix list styling in Pester release notes.
|
File size:
1.6 KB
|
Rev | Line | |
---|
[361] | 1 | body {
|
---|
| 2 | margin: 12px;
|
---|
| 3 | }
|
---|
| 4 |
|
---|
| 5 | table {
|
---|
| 6 | border: dotted 1px #ccc;
|
---|
| 7 | border-collapse: collapse;
|
---|
| 8 | width: 100%;
|
---|
| 9 | }
|
---|
| 10 |
|
---|
| 11 | h1, h2, h3, th {
|
---|
| 12 | font-family: "Gill Sans", "Lucida Grande", sans-serif;
|
---|
| 13 | }
|
---|
| 14 |
|
---|
| 15 | th {
|
---|
| 16 | background-color: #e6edff;
|
---|
| 17 | text-align: left;
|
---|
| 18 | padding-left: 6px;
|
---|
| 19 | padding-top: 2px;
|
---|
| 20 | padding-bottom: 2px
|
---|
| 21 | }
|
---|
| 22 |
|
---|
| 23 | tr {
|
---|
| 24 | vertical-align: top;
|
---|
| 25 | }
|
---|
| 26 |
|
---|
| 27 | td.icon {
|
---|
| 28 | width: 150px;
|
---|
| 29 | height: 128px;
|
---|
| 30 | background-position: top center;
|
---|
| 31 | background-repeat: no-repeat;
|
---|
| 32 | background-image: url('Application icon.png');
|
---|
| 33 | background-attachment: scroll;
|
---|
| 34 | }
|
---|
| 35 |
|
---|
| 36 | h3, th {
|
---|
| 37 | font-size: 11pt;
|
---|
| 38 | font-weight: bold;
|
---|
| 39 | }
|
---|
| 40 |
|
---|
| 41 | h3 {
|
---|
| 42 | margin-top: -4px;
|
---|
| 43 | margin-bottom: -4px
|
---|
| 44 | }
|
---|
| 45 |
|
---|
| 46 | p, td, ol {
|
---|
| 47 | font-family: "Hoefler Text", serif;
|
---|
| 48 | font-size: 14px;
|
---|
| 49 | line-height: 16px;
|
---|
| 50 | }
|
---|
| 51 |
|
---|
| 52 | p {
|
---|
| 53 | text-decoration: none
|
---|
| 54 | }
|
---|
| 55 |
|
---|
| 56 |
|
---|
| 57 | ol {
|
---|
| 58 | list-style-position: outside;
|
---|
| 59 | margin-top: 12px;
|
---|
| 60 | margin-bottom: 12px;
|
---|
| 61 | margin-left: -18px;
|
---|
| 62 | padding-left: 40px
|
---|
| 63 | }
|
---|
| 64 |
|
---|
| 65 |
|
---|
| 66 | ol li {
|
---|
| 67 | margin-top: 6px;
|
---|
| 68 | margin-bottom: 6px
|
---|
| 69 | }
|
---|
| 70 |
|
---|
| 71 |
|
---|
| 72 | ol p {
|
---|
| 73 | margin-top: 6px;
|
---|
| 74 | margin-bottom: 6px
|
---|
| 75 | }
|
---|
| 76 |
|
---|
| 77 |
|
---|
| 78 | ul {
|
---|
| 79 | font-size: 9pt;
|
---|
| 80 | font-family: "Lucida Grande", Arial, sans-serif;
|
---|
| 81 | line-height: 12pt;
|
---|
| 82 | list-style-type: square;
|
---|
| 83 | list-style-position: outside;
|
---|
[500] | 84 | margin-top: 0px;
|
---|
| 85 | margin-bottom: 0px;
|
---|
| 86 | margin-left: -18px;
|
---|
[361] | 87 | padding-left: 40px
|
---|
| 88 | }
|
---|
| 89 |
|
---|
| 90 |
|
---|
| 91 | ul li {
|
---|
| 92 | margin-top: 6px;
|
---|
| 93 | margin-bottom: 6px
|
---|
| 94 | }
|
---|
| 95 |
|
---|
| 96 |
|
---|
| 97 | ul p {
|
---|
| 98 | margin-top: 6px;
|
---|
| 99 | margin-bottom: 6px
|
---|
| 100 | }
|
---|
| 101 |
|
---|
| 102 |
|
---|
| 103 | a {
|
---|
| 104 | color: #00f;
|
---|
| 105 | font-size: 9pt;
|
---|
| 106 | font-family: "Lucida Grande", Arial, sans-serif;
|
---|
| 107 | line-height: 12pt;
|
---|
| 108 | text-decoration: none
|
---|
| 109 | }
|
---|
| 110 |
|
---|
| 111 |
|
---|
| 112 | a:hover {
|
---|
| 113 | color: #00f;
|
---|
| 114 | font-family: "Lucida Grande", Arial, sans-serif;
|
---|
| 115 | text-decoration: underline
|
---|
| 116 | }
|
---|
| 117 |
|
---|
[500] | 118 | hr {
|
---|
[361] | 119 | text-decoration: none;
|
---|
| 120 | border: solid 1px #bfbfbf
|
---|
| 121 | }
|
---|
| 122 |
|
---|
| 123 | td {
|
---|
| 124 | padding: 6px
|
---|
| 125 | }
|
---|
| 126 |
|
---|
| 127 | .mult {
|
---|
| 128 | margin-top: -8px
|
---|
[500] | 129 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.