/[transports]/trunk/web/static/css/app-base.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/web/static/css/app-base.css

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

revision 63 by dpavlin, Sat May 27 15:18:00 2006 UTC revision 64 by dpavlin, Sun Jun 11 00:30:05 2006 UTC
# Line 36  tr.over td { Line 36  tr.over td {
36          background: #bcd4ec;          background: #bcd4ec;
37  }  }
38    
39    /* position classes */
40    
41    .float-left {
42            float: left;
43    }
44    
45    .float-right {
46            float: right;
47            display: block;
48    }
49    
50    /* borders */
51    
52    .boxed {
53            border: 1px dashed #ccc;
54            background-color: #eee;
55            padding: 1em;
56            margin: 1em;
57            min-width: 10em;
58            min-height: 7em;
59    }
60    
61    .boxed ul, .boxed li {
62            margin: 0;
63            /*
64            list-style-type: none;
65            */
66    }
67    

Legend:
Removed from v.63  
changed lines
  Added in v.64

  ViewVC Help
Powered by ViewVC 1.1.26