/[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 68 by dpavlin, Sun Jun 11 02:59:18 2006 UTC revision 69 by dpavlin, Sun Jun 11 14:23:37 2006 UTC
# Line 51  tr.over td { Line 51  tr.over td {
51  /* borders */  /* borders */
52    
53  .boxed {  .boxed {
54          border: 1px dashed #ccc;          border: 1px solid #ccc;
         background-color: #eee;  
55          padding: 1em;          padding: 1em;
56          margin: 1em;          margin: 1em;
57          min-width: 10em;          min-width: 10em;
# Line 66  tr.over td { Line 65  tr.over td {
65          */          */
66  }  }
67    
68    .boxed-gray {
69            border: 1px dashed #ccc;
70            background-color: #eee;
71    }
72    
73  .boxed-yellow {  .boxed-yellow {
74          border: 1px dashed #cc8 !important;          border: 1px dashed #cc8 !important;
75          background-color: #eec !important;          background-color: #eec !important;
76  }  }
77    
78    /* small layout helpers */
79    .cl {
80            clear: left;
81    }

Legend:
Removed from v.68  
changed lines
  Added in v.69

  ViewVC Help
Powered by ViewVC 1.1.26