comparison static/css/styles.css @ 383:60fe705f6df0

css: added an output class for the command output display in the guide and updated the content.
author Arne Babenhauserheide <bab@draketo.de>
date Wed, 07 Dec 2011 15:07:04 +0100
parents e1830acad2a7
children 4aef227e929c
comparison
equal deleted inserted replaced
382:62407f37698b 383:60fe705f6df0
169 border-bottom: 1px #ccc solid; 169 border-bottom: 1px #ccc solid;
170 padding: 0.3em 1em; 170 padding: 0.3em 1em;
171 margin: 0.2em 1em 1em; 171 margin: 0.2em 1em 1em;
172 font-size: 90%; 172 font-size: 90%;
173 } 173 }
174
175 /*
176 * code and commands
177 */
178 pre, .output {
179 font-family:Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
180 }
181
182 .output {
183 border-left: 1px #ccc solid;
184 border-right: 1px #ccc solid;
185 background-color: #eee;
186 margin: 0.2em 1em 1em;
187 padding: 0.3em 1em;
188 white-space: pre-wrap;
189 font-size: 90%;
190 }
191
192 .output:first-line {
193 font-size: 90%;
194 font-style: italic;
195 }
196