/[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 397 by dpavlin, Tue Nov 18 01:45:44 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;

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

  ViewVC Help
Powered by ViewVC 1.1.26