/[jquery]/no_pager/style.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 /no_pager/style.css

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

revision 9 by dpavlin, Wed Aug 16 00:29:08 2006 UTC revision 25 by dpavlin, Thu Aug 17 21:30:41 2006 UTC
# Line 21  body { Line 21  body {
21  .note {  .note {
22          color: #808080;          color: #808080;
23  }  }
24    
25    #debug {
26            border: 1px solid #ccc;
27            background-color: #ff8;
28            display: block;
29            position: fixed;
30            right: 0px;
31            bottom: 0px;
32            width: 20em;
33            height: 20em;
34            padding: 0.5em;
35            overflow: auto;
36    }
37    
38    #debug .hide {
39            float: right;
40    }
41    
42    #search_form_div {
43            border-bottom: 1px solid #ccc;
44            background-color: #eee;
45            display: block;
46            position: fixed;
47            left: 0px;
48            top: 0px;
49            width: 100%;
50            height: 2em;
51            padding: 0.5em;
52    }

Legend:
Removed from v.9  
changed lines
  Added in v.25

  ViewVC Help
Powered by ViewVC 1.1.26