/[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 789 by dpavlin, Wed Dec 10 13:56:43 2008 UTC revision 1034 by dpavlin, Tue Feb 3 21:24:02 2009 UTC
# Line 18  Line 18 
18          filter: alpha(opacity=100);          filter: alpha(opacity=100);
19  }  }
20    
21  .frey-status-line .right {  .frey-status-right {
22          position: absolute;          position: absolute;
23          right: 0.5em;          right: 0.5em;
24  }  }
# Line 93  a.frey-dropdown:hover > code { Line 93  a.frey-dropdown:hover > code {
93    
94  /* Frey::Instrospect */  /* Frey::Instrospect */
95    
 .frey-skip {  
         font-size: 80%;  
         color: #aaa;  
 }  
   
96  .frey-introspect tr th {  .frey-introspect tr th {
97          border-bottom: 1px dashed #ccc;          border-bottom: 1px dashed #ccc;
98  }  }
# Line 131  a.frey-dropdown:hover > code { Line 126  a.frey-dropdown:hover > code {
126          padding-left: 1em;          padding-left: 1em;
127  }  }
128    
129    .frey-introspect tr td.p {
130            font-size: 80%;
131    }
132    
133    .frey-introspect tr td.p code {
134            font-size: 120%;
135            font-weight: bold;
136    }
137    
138  .frey-introspect tr:hover {  .frey-introspect tr:hover {
139          background: #ffc;          background: #ffc;
140  }  }

Legend:
Removed from v.789  
changed lines
  Added in v.1034

  ViewVC Help
Powered by ViewVC 1.1.26