/[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 197 by dpavlin, Tue Oct 28 20:46:35 2008 UTC revision 198 by dpavlin, Tue Oct 28 21:24:07 2008 UTC
# Line 11  Line 11 
11          z-index: 20;          z-index: 20;
12  }  }
13    
14  span.frey-popup {  .frey-popup {
15          color: #00f;          color: #00f;
16  }  }
17    
18  span.frey-popup:hover span {  .frey-popup:hover span {
19          position: absolute;          position: relative;
20          top: 0;          top: 0;
21          right: 0;          right: 0;
22          display: block;          display: block;
23          z-index: 30;          z-index: 30;
24  }  }
25    
26  span.frey-popup span {  .frey-popup span {
27          display: none;          display: none;
28          white-space: pre-wrap;          white-space: pre-wrap;
29          white-space: -moz-pre-wrap;          white-space: -moz-pre-wrap;

Legend:
Removed from v.197  
changed lines
  Added in v.198

  ViewVC Help
Powered by ViewVC 1.1.26