/[webpac2]/Webpacus/root/editor/editor.css
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /Webpacus/root/editor/editor.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 179 by dpavlin, Sun Nov 27 15:14:54 2005 UTC revision 180 by dpavlin, Sun Nov 27 17:26:43 2005 UTC
# Line 159  Line 159 
159  #working {  #working {
160          margin-left: 2em;          margin-left: 2em;
161  }  }
162    
163    /* HTML tidy */
164    
165    .tidy {
166            clear: left;
167            border: 2px solid #808080;
168            font-size: 50%;
169            margin-top: 1em;
170            padding: 1em;
171            color: #808080;
172    }
173    
174    .tidy tt {
175            color: #000000;
176    }
177    
178    .tidy_error {
179            color: #c00000;
180    }
181    
182    .tidy_warning {
183            color: #c0c000;
184    }

Legend:
Removed from v.179  
changed lines
  Added in v.180

  ViewVC Help
Powered by ViewVC 1.1.26