/[Frey]/trunk/lib/Frey/SVK.pm
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/lib/Frey/SVK.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 720 by dpavlin, Thu Dec 4 20:20:45 2008 UTC revision 737 by dpavlin, Sat Dec 6 14:35:15 2008 UTC
# Line 78  sub commit_as_markup { Line 78  sub commit_as_markup {
78                                  top: 1em;                                  top: 1em;
79                                  right: 1em;                                  right: 1em;
80                                  z-index: 10;                                  z-index: 10;
81                                    opacity: .2;
82                                    filter: alpha(opacity=20);
83                            }
84                            form.commit:hover {
85                                    opacity: 1;
86                                    filter: alpha(opacity=100);
87                          }                          }
88                  | );                  | );
89    
# Line 157  sub action_as_markup { Line 163  sub action_as_markup {
163    
164                  return qq|                  return qq|
165                          Command <tt>$cmd</tt> produced output:                          Command <tt>$cmd</tt> produced output:
166                          <pre style="background: #ff8;">                          <pre style="background: #ff8;">$out</pre>
                         $out  
                         </pre>  
167                  |;                  |;
168          }          }
169    

Legend:
Removed from v.720  
changed lines
  Added in v.737

  ViewVC Help
Powered by ViewVC 1.1.26