Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:drupal:theming [2010/03/20 23:25] billhdocs:drupal:theming [2010/03/20 23:31] (current) billh
Line 18: Line 18:
 ===== enable the theme ===== ===== enable the theme =====
 Once your theme is roughly set up, you need to enable it in the drupal admin, under Administer->Site Building->Themes. Once your theme is roughly set up, you need to enable it in the drupal admin, under Administer->Site Building->Themes.
- 
 ===== clear-block ===== ===== clear-block =====
 Drupal has a build in css fix for when you need a containing element to always extend to the size of the floated children.  To use this, simply give the container a class of clear-block.  This avoids the common fixes such as placing a div after the floated elements with "clear: both;". Drupal has a build in css fix for when you need a containing element to always extend to the size of the floated children.  To use this, simply give the container a class of clear-block.  This avoids the common fixes such as placing a div after the floated elements with "clear: both;".
 +
 +  * see http://drupal.org/node/380906
  
 ===== clearing the cache ===== ===== clearing the cache =====
Line 32: Line 33:
   * [[http://drupal.org/node/190815|info about core template files]]   * [[http://drupal.org/node/190815|info about core template files]]
   * [[http://drupal.org/node/19828|info about regions, blocks, etc...]]   * [[http://drupal.org/node/19828|info about regions, blocks, etc...]]
 +  * [[http://drupal.org/node/21716|custom home pages]]
  • docs/drupal/theming.1269149141.txt.gz
  • Last modified: 2010/03/20 23:25
  • by billh