/[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 30 by dpavlin, Mon Feb 19 20:07:48 2007 UTC revision 199 by dpavlin, Tue Jun 9 17:26:36 2009 UTC
# Line 17  textarea.argument-cookie { Line 17  textarea.argument-cookie {
17    
18  /* results */  /* results */
19    
20    div.content {
21            clear: left;
22    }
23    
24  div.result-header {  div.result-header {
25          background: #eee;          background: #eee;
26          padding: 3px;          padding: 3px;
# Line 24  div.result-header { Line 28  div.result-header {
28          height: 1.5em;          height: 1.5em;
29  }  }
30    
31  a.skip-next {  .skip-to {
32          float: right;          float: right;
33            color: #aaa;
34            font-size: 80%;
35    }
36    
37    .skip-to a {
38          text-decoration: none;          text-decoration: none;
39          border-bottom: 1px solid #aaa;          color: 444;
40            border-bottom: 1px dashed #aaa;
41  }  }
42    
43  div.result {  div.result {
# Line 62  a.bookmarklet { Line 72  a.bookmarklet {
72          display: block;          display: block;
73  }  }
74    
75    .grep-note {
76            background-color: #F0EAB7;
77            border: 1px solid #E6E0AD;
78            padding: 3px;
79            margin-top: 3px;
80            margin-bottom: 3px;
81    }

Legend:
Removed from v.30  
changed lines
  Added in v.199

  ViewVC Help
Powered by ViewVC 1.1.26