/[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 423 by dpavlin, Tue Nov 18 11:53:58 2008 UTC revision 424 by dpavlin, Tue Nov 18 23:24:10 2008 UTC
# Line 143  a.u { Line 143  a.u {
143          color: #fff;          color: #fff;
144          padding: 0.5em;          padding: 0.5em;
145          white-space: pre-wrap;          white-space: pre-wrap;
146          line-height: 1ex; /* compress lines to preserve memory footprint in browser for rendering */          /* compress lines to preserve memory footprint in browser for rendering */
147            font-size: 90%;
148            line-height: 1.2ex;
149  }  }
150    
151  .frey-source .keyword { color: #ff6; }  .frey-source .keyword { color: #ff6; }
# Line 157  a.u { Line 159  a.u {
159  .frey-source .symbol { color: #6ff; }  .frey-source .symbol { color: #6ff; }
160  .frey-source .single { color: #f6f; }  .frey-source .single { color: #f6f; }
161  .frey-source .double { color: #f6f; }  .frey-source .double { color: #f6f; }
162    .frey-source .interpolate { color: #f6f; }
163    
164  .frey-source .line_number { color: #222; }  .frey-source .line_number { color: #222; }
165  .frey-source .line_number a { color: #444; text-decoration: none; }  .frey-source .line_number a { color: #444; text-decoration: none; }

Legend:
Removed from v.423  
changed lines
  Added in v.424

  ViewVC Help
Powered by ViewVC 1.1.26