/[drupal]/contributions/themes/foliage/README.txt
ViewVC logotype

Diff of /contributions/themes/foliage/README.txt

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

revision 1.5.4.3, Mon Feb 4 21:19:53 2008 UTC revision 1.5.4.4, Sun Aug 24 15:10:17 2008 UTC
# Line 36  If you feel like giving the theme a look Line 36  If you feel like giving the theme a look
36          - replace the two graphic files header.jpg and footer.jpg and also logo.png, keeping dimensions.          - replace the two graphic files header.jpg and footer.jpg and also logo.png, keeping dimensions.
37          - and/or change the text colours in the stylesheet style.css.          - and/or change the text colours in the stylesheet style.css.
38          - another possibility is to modify the column widths and background colours.          - another possibility is to modify the column widths and background colours.
39    
40    
41    CHANGELOG (compared to the 6.x-1.3 version)
42    -------------------------------------------------------------------------+
43      - Bug fix: Display error for the OpenId login link
44            - Bug fix: Images disappear in IE 6 when using "Sticky at Top of Lists"
45            - Bug fix: Links in the left column not clickable in Safari 2.x
46            - Footer block region added
47    
48            - Some users have reported that the content column overlaps the right column on pages with tables (like admin/build/themes, tracking pages or certain forum pages).
49              This can not really be fixed on all pages because the table widths are calculated dynamically by scripts inside the Drupal core. Even Garland and Bluemarine are affected by this - so this is rather something that should be fixed inside Drupal than in the themes.
50                    I managed to fix it on the forum pages but for admin/build/themes and for the tracking pages only a workaround helped: the right column is now hidden on those pages.
51                    If you do not want this you can simply remove this part from the beginning of page.tpl.php:
52                    <?php if ((arg(2) == 'themes') || (arg(2) == 'track')) { ?>
53                    <style type="text/css">
54                    #outerColumn {border-right: none !important;}
55                    #rightCol {display: none;}
56                    </style>
57                    <?php } ?>
58    
59    
60  ABOUT  ABOUT
61  -------------------------------------------------------------------------+  -------------------------------------------------------------------------+
62  Foliage is contributed and maintained by:  Foliage was initially designed and maintained by:
63          - Bjarne (Drupal nick netbjarne) - who created the design: netbjarne [at] gmail.com          - Bjarne (Drupal nick netbjarne) - netbjarne [at] gmail.com
64          - Johann (Drupal nick JohannK) - who developed the XHTML and CSS: jkratzik [at] yahoo.de  and is now and maintained by:
65            - Johann from FreeCmsDesigns.com (Drupal nick JohannK) - who developed the XHTML and CSS: info [at] freecmsdesigns.com
 XHTML/CSS coding was sponsered by csswebsite.net  

Legend:
Removed from v.1.5.4.3  
changed lines
  Added in v.1.5.4.4

  ViewVC Help
Powered by ViewVC 1.1.2