156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
|
Help
*/
#help_page {
display: none;
padding: 20px;
}
#help_page h2 {
font-size: 20px;
color: hsl(210, 50%, 50%);
}
#help_page .shortcut {
margin-top: 10px;
font-weight: bold;
font-size: 13px;
}
|
|
|
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
|
Help
*/
#help_page {
display: none;
padding: 20px;
}
#help_page h2 {
font: bold 20px 'Yanone Kaffeesatz', "Liberation Sans Narrow", sans-serif;
color: hsl(210, 50%, 50%);
}
#help_page .shortcut {
margin-top: 10px;
font-weight: bold;
font-size: 13px;
}
|