/[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 65 by dpavlin, Sun Jun 11 02:59:18 2006 UTC revision 74 by dpavlin, Mon Jun 12 10:14:50 2006 UTC
# Line 19  th { Line 19  th {
19          line-height: 1.2;          line-height: 1.2;
20  }  }
21    
22    th a:link, th a:visited {
23            color: #fff;
24    }
25    
26    th a:hover {
27            color: #ccc;
28            text-decoration: none;
29    }
30    
31  td {  td {
32          border-bottom: 1px solid #95bce2;          border-bottom: 1px solid #95bce2;
33          vertical-align: top;          vertical-align: top;
# Line 51  tr.over td { Line 60  tr.over td {
60  /* borders */  /* borders */
61    
62  .boxed {  .boxed {
63          border: 1px dashed #ccc;          border: 1px solid #ccc;
         background-color: #eee;  
64          padding: 1em;          padding: 1em;
65          margin: 1em;          margin: 1em;
66          min-width: 10em;          min-width: 10em;
# Line 66  tr.over td { Line 74  tr.over td {
74          */          */
75  }  }
76    
77    .boxed-gray {
78            border: 1px dashed #ccc;
79            background-color: #eee;
80    }
81    
82  .boxed-yellow {  .boxed-yellow {
83          border: 1px dashed #cc8 !important;          border: 1px dashed #cc8 !important;
84          background-color: #eec !important;          background-color: #eec !important;
85  }  }
86    
87    /* small layout helpers */
88    .cl {
89            clear: left;
90    }

Legend:
Removed from v.65  
changed lines
  Added in v.74

  ViewVC Help
Powered by ViewVC 1.1.26