Changeset 8725


Ignore:
Timestamp:
Jan 17, 2011, 9:49:14 PM (13 years ago)
Author:
rvelices
Message:

got rid of a very innefficient (and not required) css rule

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/default-layout.css

    r8382 r8725  
    399399        vertical-align: top;
    400400        margin: 0 0.5em 0 0;
    401 }
    402 
    403 FORM.filter FIELDSET UL.tagSelection LI LABEL INPUT {
    404         margin-right:0;
    405401}
    406402
  • trunk/include/functions_html.inc.php

    r8665 r8725  
    259259    $output.=
    260260      '>'
    261       .' '. $tag['name']
     261      .$tag['name']
    262262      .'</label>'
    263263      .'</li>'
  • trunk/include/template.class.php

    r8722 r8725  
    619619        $content[]= '<script type="text/javascript">';
    620620        $content[]= '(function() {
    621 var after = document.getElementsByTagName(\'script\')[document.getElementsByTagName(\'script\').length-1];
    622 var s;';
     621var s,after = document.getElementsByTagName(\'script\')[document.getElementsByTagName(\'script\').length-1];';
    623622        foreach ($scripts[1] as $id => $script)
    624623        {
  • trunk/themes/default/theme.css

    r8637 r8725  
    550550}
    551551
    552 .filter .tagSelection LI LABEL INPUT {
    553         margin-right:0;
    554 }
    555552
    556553
Note: See TracChangeset for help on using the changeset viewer.