annotate doc/style.css @ 1123:aeb8360c2e2c

Cosmetic changes in image search and find duplicates shortcuts tables.
author zas_
date Mon, 10 Nov 2008 21:14:34 +0000
parents 6d84a387b7f5
children 697b0761c30d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
1 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
2
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
3 /* common */
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
4 body {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
5 margin: 2em;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
6 padding: 0;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
7 color: #000;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
8 background-color: #eee;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
9 font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
10 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
11
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
12 table {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
13 page-break-before: always;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
14 }
1117
73bbcaf9abba Various fixes and cleanup.
zas_
parents: 1115
diff changeset
15
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
16 a:hover {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
17 background-color: white;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
18 }
1118
71c5b25b371a Notes cleanup and minor stylistic fixes.
zas_
parents: 1117
diff changeset
19
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
20 a.bottomnote {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
21 text-decoration: none;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
22 color: black;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
23 }
1118
71c5b25b371a Notes cleanup and minor stylistic fixes.
zas_
parents: 1117
diff changeset
24
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
25 .option_name {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
26 font-variant: small-caps;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
27 font-size: 90%;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
28 font-weight: bold;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
29 }
1117
73bbcaf9abba Various fixes and cleanup.
zas_
parents: 1115
diff changeset
30
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
31 dt {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
32 font-weight: bold;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
33 }
1118
71c5b25b371a Notes cleanup and minor stylistic fixes.
zas_
parents: 1117
diff changeset
34
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
35 /* Previous + Next */
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
36 p.previous {
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
37 text-align: left;
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
38 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
39 p.navtop_title {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
40 text-align: center;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
41 font-weight:bold;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
42 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
43 p.navbottom_title {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
44 text-align: center;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
45 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
46
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
47 p.next {
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
48 text-align: right;
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
49 }
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1104
diff changeset
50
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
51 div.navtop {
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
52 text-align: center;
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
53 }
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
54
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
55 div.navbottom {
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
56 text-align: center;
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
57 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
58
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
59 /* Headings */
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
60 h1 {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
61 margin-top: 1.3em;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
62 margin-bottom: 1.3em;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
63 color: #820303;
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
64 background: #effefe;
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
65 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
66
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
67 h2 {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
68 margin-top: 1em;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
69 margin-bottom: 1em;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
70 color: #5A0202;
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
71 background: #f6fefe;
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
72 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
73
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
74 h3 {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
75 margin-top: 0.7em;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
76 margin-bottom: 0.7em;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
77 color: #270101;
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
78 background: #f8fefe;
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
79 }
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1104
diff changeset
80
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
81 hr#bottomseparator {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
82 margin-top: 6em;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
83 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
84
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
85 div.bottomspacer {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
86 margin-bottom: 5em;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
87 }
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
88
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
89 div.footer {
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
90 text-align: right;
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
91 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
92
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
93 /* menu descriptions */
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
94 dl.menu_desc {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
95 margin-left: 2em;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
96 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
97 .menu_desc dt {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
98 font-weight: bold;
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
99 padding-top: 0.3em;
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
100 }
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
101 .menu_desc dd {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
102 }
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
103
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
104 /* dialog descriptions */
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
105 dl.dialog_desc {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
106 margin-left: 2em;
1120
86f281d6bac9 Minor cleanup.
zas_
parents: 1119
diff changeset
107 margin-bottom: 1em;
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
108 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
109 .dialog_desc dt {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
110 display: inline;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
111 padding-left: 0.1em;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
112 padding-right: 0.1em;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
113 font-weight: bold;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
114 margin-top: 0.3em;
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
115 border: 1px solid white;
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
116 }
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
117 .dialog_desc dd {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
118 margin-bottom: 0.7em;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
119 }
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
120 .dialog_desc dd dl {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
121 font-size: 90%;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
122 margin-bottom: 1em;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
123 }
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
124
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
125 thead {
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
126 font-weight: bold;
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
127 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
128
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
129
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
130 p.note {
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
131 font-style: italic;
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
132 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
133 .note em {
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
134 font-weight: bold;
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
135 }
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
136
1118
71c5b25b371a Notes cleanup and minor stylistic fixes.
zas_
parents: 1117
diff changeset
137 p.bottomnote {
71c5b25b371a Notes cleanup and minor stylistic fixes.
zas_
parents: 1117
diff changeset
138 margin-top: 5em;
71c5b25b371a Notes cleanup and minor stylistic fixes.
zas_
parents: 1117
diff changeset
139 font-style: italic;
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
140 font-size: 90%;
1118
71c5b25b371a Notes cleanup and minor stylistic fixes.
zas_
parents: 1117
diff changeset
141 }
71c5b25b371a Notes cleanup and minor stylistic fixes.
zas_
parents: 1117
diff changeset
142 .bottomnote em {
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
143 font-weight: bold;
1118
71c5b25b371a Notes cleanup and minor stylistic fixes.
zas_
parents: 1117
diff changeset
144 }
71c5b25b371a Notes cleanup and minor stylistic fixes.
zas_
parents: 1117
diff changeset
145
71c5b25b371a Notes cleanup and minor stylistic fixes.
zas_
parents: 1117
diff changeset
146 span.note_label {
71c5b25b371a Notes cleanup and minor stylistic fixes.
zas_
parents: 1117
diff changeset
147 font-weight: bold;
71c5b25b371a Notes cleanup and minor stylistic fixes.
zas_
parents: 1117
diff changeset
148 }
71c5b25b371a Notes cleanup and minor stylistic fixes.
zas_
parents: 1117
diff changeset
149
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
150 code {
1118
71c5b25b371a Notes cleanup and minor stylistic fixes.
zas_
parents: 1117
diff changeset
151 margin-left: 0.3em;
71c5b25b371a Notes cleanup and minor stylistic fixes.
zas_
parents: 1117
diff changeset
152 padding: 0.1em;
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
153 background: white;
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
154 }
1107
1bb220ff787e More cleanup of tables.
zas_
parents: 1106
diff changeset
155
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
156 /* collections.html */
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
157 div.collections-shortcuts {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
158 text-align: center;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
159 }
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
160 .collections-shortcuts p {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
161 margin: 0.1em;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
162 }
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
163
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
164 /* image_presentation_fullscreen.html */
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
165 div.fullscreen-shortcuts {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
166 text-align: center;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
167 }
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
168 div.fullscreen-functions {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
169 text-align: center;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
170 }
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
171
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
172 /* image_search_finding_duplicates.html */
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
173 div.find-duplicates-shortcuts {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
174 text-align: center;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
175 }
1123
aeb8360c2e2c Cosmetic changes in image search and find duplicates shortcuts tables.
zas_
parents: 1122
diff changeset
176 .find-duplicates-shortcuts p {
aeb8360c2e2c Cosmetic changes in image search and find duplicates shortcuts tables.
zas_
parents: 1122
diff changeset
177 margin: 0.1em;
aeb8360c2e2c Cosmetic changes in image search and find duplicates shortcuts tables.
zas_
parents: 1122
diff changeset
178 }
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
179
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
180 /* image_search_search.html */
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
181 div.search-shortcuts {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
182 text-align: center;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
183 }
1123
aeb8360c2e2c Cosmetic changes in image search and find duplicates shortcuts tables.
zas_
parents: 1122
diff changeset
184 .search-shortcuts p {
aeb8360c2e2c Cosmetic changes in image search and find duplicates shortcuts tables.
zas_
parents: 1122
diff changeset
185 margin: 0.1em;
aeb8360c2e2c Cosmetic changes in image search and find duplicates shortcuts tables.
zas_
parents: 1122
diff changeset
186 }
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
187
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
188 /* index.html */
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
189 .menu ul {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
190 font-size: 110%;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
191 font-weight: bold;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
192 margin: 1em;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
193 }
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
194 .menu ul li {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
195 margin: 0.4em;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
196 }
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
197 .menu ul li ul {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
198 font-size: 90%;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
199 font-weight: normal;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
200 }
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
201
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
202 /* reference_command_line.html */
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
203 .command_line_options p {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
204 margin: 0.1em;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
205 }
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
206 .remote_commands p {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
207 margin: 0.1em;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
208 }
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
209
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents:
diff changeset
210 /* reference_keyboard_shortcuts.html */
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
211 div.keyboard-shortcuts {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
212 text-align: center;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
213 }
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
214 .keyboard-shortcuts p {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
215 margin: 0.1em;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
216 }
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
217 td.keyboard-shortcuts-separator {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
218 background-color: white;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
219 font-size: 110%;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
220 }
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
221 .keyboard-shortcuts td+td+td {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
222 text-align: left;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
223 }
1119
829f45bf988b Tidy up and minor fixes.
zas_
parents: 1118
diff changeset
224
829f45bf988b Tidy up and minor fixes.
zas_
parents: 1118
diff changeset
225 /* reference_management.html */
829f45bf988b Tidy up and minor fixes.
zas_
parents: 1118
diff changeset
226 .file_locations_subtitle {
829f45bf988b Tidy up and minor fixes.
zas_
parents: 1118
diff changeset
227 font-weight: bold;
829f45bf988b Tidy up and minor fixes.
zas_
parents: 1118
diff changeset
228 background-color: white;
829f45bf988b Tidy up and minor fixes.
zas_
parents: 1118
diff changeset
229 text-align: center;
829f45bf988b Tidy up and minor fixes.
zas_
parents: 1118
diff changeset
230 }
1122
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
231 .file_locations p {
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
232 margin: 0.1em;
6d84a387b7f5 Tidy up.
zas_
parents: 1120
diff changeset
233 }
1119
829f45bf988b Tidy up and minor fixes.
zas_
parents: 1118
diff changeset
234