/[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 11 by dpavlin, Sun Feb 18 00:35:31 2007 UTC revision 17 by dpavlin, Sun Feb 18 10:45:47 2007 UTC
# Line 1  Line 1 
1    /* search form */
2    
3    input.argument-q {
4            width: 40em;
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: 40em;
10  }  }
11    
12    /* results */
13    
14    div.result {
15            display: block;
16            clear: both;
17            border-top: 1px dashed gray;
18            padding-top: 0.5em;
19    }
20    
21    a.skip-next {
22            float: right;
23    }
24    
25    a.bookmarklet {
26            float: right;
27    }

Legend:
Removed from v.11  
changed lines
  Added in v.17

  ViewVC Help
Powered by ViewVC 1.1.26