Changeset 6261


Ignore:
Timestamp:
02/09/10 21:28:28 (2 years ago)
Author:
WillNorris
Message:

Item2433: auto-scroll verbatim (pre) blocks instead of overlaying them with the right bar

Location:
trunk/FoswikiSiteSkin
Files:
3 edited

Legend:

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

    r3463 r6261  
    5656|  Preview: | [[%SCRIPTURL{view}%/%WEB%/%TOPIC%?skin=foswikisite,pattern][Preview with this skin]] | 
    5757|  Base Name: | foswikisite,pattern | 
    58 |  Skin Version: | 10 Apr 2009 (v1.1.5) |  
     58|  Skin Version: | 09 Feb 2010 (v1.1.6) |  
    5959|  History: | <!-- specify latest version first -->&nbsp; | 
     60|  09 Feb 2010: | Foswikitask:Item2433: auto-scroll verbatim (pre) blocks instead of overlaying them with the right bar | 
    6061|  16 Apr 2009: | Foswikitask:Item1455: added SubscribePlugin support to FoswikiSiteSkin | 
    6162|  10 Apr 2009: | Foswikitask:Item783: fixed "Create new topic" button to create topic in current web; Foswikitask:Item1432: provide button to return to normal view from raw view mode; Foswikitask:Item1436: rel="nofollow" on button action links | 
  • trunk/FoswikiSiteSkin/lib/Foswiki/Contrib/FoswikiSiteSkin.pm

    r3390 r6261  
    1010# It is *not* used by the build automation tools, but is reported as part 
    1111# of the version number in PLUGINDESCRIPTIONS. 
    12 $RELEASE = '1.1.4'; 
     12$RELEASE = '1.1.6'; 
    1313 
    1414 
  • trunk/FoswikiSiteSkin/pub/System/FoswikiSiteSkin/style.css

    r2504 r6261  
    303303        padding:1em; 
    304304        width:auto; 
     305        overflow:auto; 
    305306} 
    306307 
Note: See TracChangeset for help on using the changeset viewer.