source: trunk/Cocoa/Pester/Updates/release-notes.css@ 500

Last change on this file since 500 was 500, checked in by Nicholas Riley, 15 years ago

Remove extra null; fix list styling in Pester release notes.

File size: 1.6 KB
Line 
1body {
2 margin: 12px;
3}
4
5table {
6 border: dotted 1px #ccc;
7 border-collapse: collapse;
8 width: 100%;
9}
10
11h1, h2, h3, th {
12 font-family: "Gill Sans", "Lucida Grande", sans-serif;
13}
14
15th {
16 background-color: #e6edff;
17 text-align: left;
18 padding-left: 6px;
19 padding-top: 2px;
20 padding-bottom: 2px
21}
22
23tr {
24 vertical-align: top;
25}
26
27td.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
36h3, th {
37 font-size: 11pt;
38 font-weight: bold;
39 }
40
41h3 {
42 margin-top: -4px;
43 margin-bottom: -4px
44}
45
46p, td, ol {
47 font-family: "Hoefler Text", serif;
48 font-size: 14px;
49 line-height: 16px;
50}
51
52p {
53 text-decoration: none
54 }
55
56
57ol {
58 list-style-position: outside;
59 margin-top: 12px;
60 margin-bottom: 12px;
61 margin-left: -18px;
62 padding-left: 40px
63 }
64
65
66ol li {
67 margin-top: 6px;
68 margin-bottom: 6px
69 }
70
71
72ol p {
73 margin-top: 6px;
74 margin-bottom: 6px
75 }
76
77
78ul {
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;
84 margin-top: 0px;
85 margin-bottom: 0px;
86 margin-left: -18px;
87 padding-left: 40px
88 }
89
90
91ul li {
92 margin-top: 6px;
93 margin-bottom: 6px
94 }
95
96
97ul p {
98 margin-top: 6px;
99 margin-bottom: 6px
100 }
101
102
103a {
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
112a:hover {
113 color: #00f;
114 font-family: "Lucida Grande", Arial, sans-serif;
115 text-decoration: underline
116 }
117
118hr {
119 text-decoration: none;
120 border: solid 1px #bfbfbf
121 }
122
123td {
124 padding: 6px
125 }
126
127.mult {
128 margin-top: -8px
129 }
Note: See TracBrowser for help on using the repository browser.