/[Grep]/share/web/static/css/app.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 /share/web/static/css/app.css

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

revision 19 by dpavlin, Sun Feb 18 12:51:26 2007 UTC revision 24 by dpavlin, Sun Feb 18 20:09:08 2007 UTC
# Line 1  Line 1 
1  /* search form */  /* search form */
2    
3  input.argument-q {  input.argument-q {
4          width: 40em;          width: 30em;
5  }  }
6    
7  /* add new feed */  /* add new feed */
8  input.argument-uri, input.argument-title {  input.argument-uri, input.argument-title {
9          width: 40em;          width: 30em;
10  }  }
11    
12  textarea.argument-cookie {  textarea.argument-cookie {
# Line 21  div.result { Line 21  div.result {
21          display: block;          display: block;
22          clear: both;          clear: both;
23          border-top: 1px dashed gray;          border-top: 1px dashed gray;
24          padding-top: 0.5em;          padding-top: 0.25em;
25            padding-bottom: 0.25em;
26  }  }
27    
28  a.skip-next {  a.skip-next {
# Line 31  a.skip-next { Line 32  a.skip-next {
32  a.bookmarklet {  a.bookmarklet {
33          float: right;          float: right;
34  }  }
35    
36    .left {
37            width: 70%;
38            float: left;
39            display: block;
40    }
41    
42    .right {
43            width: 25%;
44            float: right;
45            display: block;
46    }

Legend:
Removed from v.19  
changed lines
  Added in v.24

  ViewVC Help
Powered by ViewVC 1.1.26