/[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 137 by dpavlin, Thu Nov 24 22:29:39 2005 UTC revision 138 by dpavlin, Thu Nov 24 22:29:44 2005 UTC
# Line 8  Line 8 
8          color: #000000;          color: #000000;
9  }  }
10    
11    /* found x results for 'query' */
12    .results {
13            margin-top: 1em;
14            float: left;
15            font-size: 90%;
16            color: #404040;
17    }
18    
19    /* debbuging attributes output */
20    .attr {
21            font-size: 80%;
22            color: #a0a0a0;
23    
24    }
25    
26    .notice {
27            margin-top: 1em;
28            color: #a0a0a0;
29            font-size: 70%;
30            clear: left;
31    }
32    
33    .switch_template {
34            float: right;
35            font-size: 80%;
36            color: #808080;
37    }
38    
39    .switch_template a {
40            text-decoration: none;
41    }
42    
43    /* div around results */
44    .html_results {
45            clear: left;
46            float: left;
47    }

Legend:
Removed from v.137  
changed lines
  Added in v.138

  ViewVC Help
Powered by ViewVC 1.1.26