/[Frey]/trunk/static/frey.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/static/frey.css

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

revision 205 by dpavlin, Tue Oct 28 22:33:25 2008 UTC revision 206 by dpavlin, Thu Oct 30 22:35:11 2008 UTC
# Line 31  Line 31 
31          background: #eee;          background: #eee;
32  }  }
33    
34  .frey-popup span {  .frey-popup pre {
35          display: none;          display: none;
36          white-space: pre-wrap;          white-space: pre-wrap;
37          white-space: -moz-pre-wrap;          white-space: -moz-pre-wrap;
38          white-space: -o-pre-wrap;          white-space: -o-pre-wrap;
39          font-family: monospace;          font-family: monospace;
40    }
41    
42    .frey-popup span {
43            display: none;
44    /*
45            padding: 1em;
46    */
47          color: #000;          color: #000;
48          background: #eee;          background: #eee;
49          border: 1px solid #aaa;          border: 1px solid #aaa;
50          padding: 1em;  }
51    
52    .frey-popup span ul {
53            margin: 0;
54  }  }
55    
56  .frey-object-browser tr td {  .frey-object-browser tr td {

Legend:
Removed from v.205  
changed lines
  Added in v.206

  ViewVC Help
Powered by ViewVC 1.1.26