/[meteor]/trunk/public_html/koha.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 /trunk/public_html/koha.css

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

revision 72 by dpavlin, Sat Mar 28 14:21:21 2009 UTC revision 73 by dpavlin, Sat Mar 28 15:49:36 2009 UTC
# Line 1  Line 1 
1    #test {
2            clear: left;
3            background: #eee;
4            font-size: 150%;
5    }
6    
7    #clear_selection {
8            position: absolute;
9            top: 0;
10            right: 0;
11            font-size: 300%;
12            z-index: 10;
13    }
14    
15  .item {  .item {
16          display: block;          display: block;
17          float: left;          float: left;
18    
19          width: 20em;          width: 20%;
20          height: 30em;          height: 30em;
21          overflow: hidden;          overflow: hidden;
22    
23            font-size: 50%;
24    
25          background: #ff8;          background: #ff8;
26          margin: 1em;          margin: 1em;
27          padding: 1em;          padding: 1em;
28  }  }
29    

Legend:
Removed from v.72  
changed lines
  Added in v.73

  ViewVC Help
Powered by ViewVC 1.1.26