/[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 201 by dpavlin, Tue Oct 28 21:47:18 2008 UTC revision 202 by dpavlin, Tue Oct 28 22:33:25 2008 UTC
# Line 13  Line 13 
13    
14  .frey-popup {  .frey-popup {
15          color: #00f;          color: #00f;
16            border: 1px dashed #eee;
17            padding: 3px;
18    }
19    
20    .frey-popup:hover {
21            background: #eee;
22            border: 1px solid #ccc;
23  }  }
24    
25  .frey-popup:hover span {  .frey-popup:hover span {
# Line 21  Line 28 
28          right: 0;          right: 0;
29          display: block;          display: block;
30          z-index: 30;          z-index: 30;
31            background: #eee;
32  }  }
33    
34  .frey-popup span {  .frey-popup span {

Legend:
Removed from v.201  
changed lines
  Added in v.202

  ViewVC Help
Powered by ViewVC 1.1.26