Changes between Version 6 and Version 7 of BlueFlatTheme


Ignore:
Timestamp:
Sep 3, 2016, 10:15:23 AM (8 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • BlueFlatTheme

    v6 v7  
    1010
    1111The plugin comes with it's own version of jQuery because Bootstrap needs jQuery >= 1.9.1. It replaces the Trac provided jQuery on the fly with the included release. You may disable this feature. See the configuration section below.
    12  
    13 == Screenshots
    14 [[Image(wikistart.png, 700px)]]
    1512
    16 Screenshot of start page.
     13'''Screenshot of start page''':
    1714
    18 [[Image(admin.png, 700px)]]
     15[[Image(wikistart.png, 700px, border=2)]]
    1916
    20 Screenshot of one admin page.
     17'''Screenshot of one admin page''':
    2118
    22 [[Image(responsive_1.png, 350px)]] [[Image(responsive_2.png, 350px)]]
     19[[Image(admin.png, 700px, border=2)]]
    2320
    24 Resposive views.
     21'''Responsive views''':
     22
     23[[Image(responsive_1.png, 350px, border=2)]]
     24
     25[[Image(responsive_2.png, 350px, border=2)]]
    2526
    2627== !Bugs/Feature Requests
     
    4849As a prerequisite you have to install ThemeEnginePlugin.
    4950
    50 Enable ThemeEnginePlugin and BlueFlatTheme by adding the following to your config:
     51Enable ThemeEnginePlugin and BlueFlatTheme by adding the following to your `trac.ini` file:
    5152
    5253{{{#!ini
     
    5455blueflattheme.theme.* = enabled
    5556themeengine.* = enabled
    56 }}}
    5757
    58 Enable the theme by adding:
    59 {{{#!ini
    6058[theme]
    6159theme = blueflat
     
    6563
    6664== Configuration
    67 To disable the replacement of Tracs jQuery by the version coming with this plugin add the following to your config file.
     65
     66To disable the replacement of Tracs jQuery by the version coming with this plugin add the following to your `trac.ini` file:
    6867{{{#!ini
    6968[blue-flat-theme]
    7069replace_jquery = 0
    7170}}}
    72 
    7371
    7472== Recent Changes