Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
docs:drupal:theming [2010/03/20 23:25] – billh | docs: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-> | Once your theme is roughly set up, you need to enable it in the drupal admin, under Administer-> | ||
- | |||
===== 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. | Drupal has a build in css fix for when you need a containing element to always extend to the size of the floated children. | ||
+ | |||
+ | * see http:// | ||
===== clearing the cache ===== | ===== clearing the cache ===== | ||
Line 32: | Line 33: | ||
* [[http:// | * [[http:// | ||
* [[http:// | * [[http:// | ||
+ | * [[http:// |