/[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 685 by dpavlin, Tue Dec 2 18:29:01 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  }  }
# Line 220  a.u { Line 224  a.u {
224          color: #aaa;          color: #aaa;
225  }  }
226    
227    .frey-info {
228            background: #ccf;
229            padding: 0.5em;
230    }
231    
232  .frey-error {  .frey-error {
233          background: #ffc;          background: #ffc;
234          padding: 0.5em;          padding: 0.5em;

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

  ViewVC Help
Powered by ViewVC 1.1.26