~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/media/console/console.css

  • Committer: drtomc
  • Date: 2008-02-29 00:46:15 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:618
console: Get rid of all the extra pre elements.
         Now we just use spans inside a single pre.
         Also got rid of the spurious 2 spaces at the start of the first line.

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
     */
127
127
    height: 2em;
128
128
}
129
 
pre.errorMsg {
 
129
*.errorMsg {
130
130
    color: red;
131
131
    margin-top: 0em;
132
132
    margin-bottom: 0em;
133
133
}
134
 
pre.inputMsg {
 
134
*.inputMsg {
135
135
    color: #404040;
136
136
    margin-top: 0em;
137
137
    margin-bottom: 0em;
138
138
}
139
 
pre.outputMsg {
 
139
*.outputMsg {
140
140
    margin-top: 0em;
141
141
    margin-bottom: 0em;
142
142
}