/[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 35 by dpavlin, Fri Aug 18 13:21:14 2006 UTC
# Line 1  Line 1 
1  body {  body {
2          font-family: verdana, arial, helvetica, sans-serif ;          font-family: verdana, arial, helvetica, sans-serif ;
         font-size: 10pt ;  
3  }  }
 .box {  
         margin: 0.8em 1.0em; padding: 0.5em 1.0em;  
         background: #eeeeff none; border: solid 1pt #bbbbcc;  
         -moz-border-radius: 0.4em;  
 }  
 .cluster {  
         margin: 0.8em 1.0em; padding: 0em 1.0em;  
         border: solid 1pt #bbbbcc;  
         -moz-border-radius: 0.4em;  
4    
5  }  /* make search form glued to top of screen */
6  .error {  
7          margin: 0.8em 1.0em; padding: 1.0em;  #search_form_div {
8          background: #ffeeee none; border: solid 1pt #ccbbbb;          border-bottom: 1px solid #ccc;
9          -moz-border-radius: 0.4em;          background-color: #eee;
10  }          display: block;
11  .note {          position: fixed;
12          color: #808080;          left: 0px;
13            top: 0px;
14            width: 100%;
15            height: 2em;
16            padding: 0.5em;
17  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.26