/[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 380 by dpavlin, Mon Nov 17 18:42:51 2008 UTC revision 406 by dpavlin, Tue Nov 18 11:53:58 2008 UTC
# Line 32  Line 32 
32  }  }
33    
34  .frey-popup span,  .frey-popup span,
35    .frey-popup code,
36  .frey-popdown code {  .frey-popdown code {
37          display: none;  /* hidden by default */          display: none;  /* hidden by default */
38          color: #000;          color: #000;
# Line 39  Line 40 
40          border: 1px solid #aaa;          border: 1px solid #aaa;
41  }  }
42    
43    .frey-popup:hover code,
44  .frey-popup:hover span {  .frey-popup:hover span {
45          position: absolute;          position: absolute;
46          display: block;          display: block;
47          bottom: 1.25em;          bottom: 1.25em;
48          left: 2em;          left: 1.5em;
49    /*
50            right: 1.5em;
51    */
52          z-index: 30;          z-index: 30;
53            overflow: hidden;
54  }  }
55    
56  .frey-popdown:hover code {  .frey-popdown:hover code {
# Line 55  Line 61 
61          z-index: 30;          z-index: 30;
62  }  }
63    
64    .frey-popup code,
65  .frey-popdown code {  .frey-popdown code {
66          white-space: pre-wrap;          white-space: pre-wrap;
67          font-family: monospace;          font-family: monospace;
# Line 151  a.u { Line 158  a.u {
158  .frey-source .single { color: #f6f; }  .frey-source .single { color: #f6f; }
159  .frey-source .double { color: #f6f; }  .frey-source .double { color: #f6f; }
160    
161    .frey-source .line_number { color: #222; }
162    .frey-source .line_number a { color: #444; text-decoration: none; }
163    
164  /* Frey::Dumper */  /* Frey::Dumper */
165    

Legend:
Removed from v.380  
changed lines
  Added in v.406

  ViewVC Help
Powered by ViewVC 1.1.26