/[webpac2]/Webpacus/root/search.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/search.css

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

revision 202 by dpavlin, Fri Dec 2 21:28:41 2005 UTC revision 204 by dpavlin, Fri Dec 2 23:03:23 2005 UTC
# Line 86  div.auto_complete ul strong.highlight { Line 86  div.auto_complete ul strong.highlight {
86          clear: left;          clear: left;
87          float: left;          float: left;
88  }  }
89    
90    /* HTML tidy */
91    
92    .tidy {
93            clear: left;
94            border: 2px solid #808080;
95            margin-top: 1em;
96            padding: 1em;
97            color: #808080;
98    }
99    
100    .tidy tt {
101            clear: left;
102            display: block;
103            background-color: #e0e0e0;
104            padding: 2px;
105            margin-left: 2em;
106            color: #000000;
107    }
108    
109    .tidy_error {
110            margin-top: 0.5em;
111            color: #c00000;
112    }
113    
114    .tidy_warning {
115            color: #c0c000;
116    }

Legend:
Removed from v.202  
changed lines
  Added in v.204

  ViewVC Help
Powered by ViewVC 1.1.26