zen

info file

  1. ; $Id: thrive_kitchen.info,v 1.13.2.1 2009/02/13 06:13:18 johnalbin Exp $
  2.  
  3.  
  4.   ; The name and description of the theme used on the admin/build/themes page.
  5. name        = Thrive Kitchen
  6. description

Zen edit_links_array as an array of arguments to pass to l()

  1.   // Display 'edit block' for custom blocks.
  2.   if ($block->module == 'block') {
  3.     $edit_link['title'] = t('edit block');

Code

  1. /**
  2.  * Implementation of hook_theme_registry_alter().
  3.  *
  4.  * Make simpleblocks' block preprocess function run *after* everything else's,

Fix for Instances of text-decoration in Zen CSS

  1. garrett@garrett-macbook] zen $ grep -rn "text-decoration" *
  2.  
  3. layout-fixed.css:66:    text-decoration: none;
  4. layout-liquid.css:57:    text-decoration: none;

Fix for Instances of text-decoration in Zen CSS

  1. garrett@garrett-macbook] zen $ grep -rn "text-decoration" *
  2.  
  3. layout-fixed.css:66:    text-decoration: none;
  4. layout-liquid.css:57:    text-decoration: none;

Instances of text-decoration in Zen CSS

  1. garrett@garrett-macbook] zen $ grep -rn "text-decoration" *
  2. layout-fixed.css:66:    text-decoration: none;
  3. layout-liquid.css:57:    text-decoration: none;

títulos del nodo

  1. <div id="node-8" class="node sticky node-teaser node-type-blog">
  2. <div class="node-inner">
  3. <h2 class="title">
  4. </h2>
  5. <div class="submitted"> Enviado por admin el Vie, 25/04/2008 - 12:09. </div>

CreativePropaganda.net search form

  1. This is CSS
  2.  
  3. #edit-search-theme-form-keys {
  4.         background: none;
  5.         color: #d1953e;
  6.         font-style: italic;
  7.         letter-spacing: 1px;
  8.         border: 1px dashed #1f1a17; /* same as background */
Syndicate content