Changeset 6732


Ignore:
Timestamp:
03/12/10 22:56:20 (2 years ago)
Author:
ArthurClemens
Message:

Item8615: fixes printing in Firefox 3.6

Location:
trunk/PatternSkin
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/PatternSkin/data/System/PatternSkin.txt

    r6498 r6732  
    181181|  Release: | %$RELEASE% | 
    182182|  History: | <!-- specify latest version first -->&nbsp; | 
     183|  12 Mar 2010: | v.4.0.9 - Fixes printing in Firefox 3.6. | 
    183184|  23 Feb 2010: | v.4.0.8 - Signature format can be set in preference =SIGNATUREFORMAT=. | 
    184185|  17 Jan 2010: | v.4.0.7 - Repeat search phrase in search box. Version for Foswiki 1.0.9 | 
  • trunk/PatternSkin/lib/Foswiki/Contrib/PatternSkin.pm

    r6498 r6732  
    33 
    44our $VERSION = '$Rev$'; 
    5 our $RELEASE = '4.0.8'; 
     5our $RELEASE = '4.0.9'; 
    66our $SHORTDESCRIPTION = 'Pattern skin provides a CSS based default look and feel - flexible and [[http://www.w3.org/][W3C]] compliant. Its layout and color scheme are designed to provide a nice, clean and productive editing environment'; 
    77 
  • trunk/PatternSkin/pub/System/PatternSkin/print.css

    r5651 r6732  
    1919.patternPrintPage #patternMain { 
    2020        width:100%; 
    21         float:right; 
     21        float:none; 
    2222        display:inline; 
    2323        overflow:visible; 
     
    125125        #patternMain { 
    126126                width:100%; 
    127                 float:right; 
     127                float:none; 
    128128                display:inline; 
    129129                overflow:visible; 
Note: See TracChangeset for help on using the changeset viewer.