Changeset 515:953e6a577fce for themes/ductile/_public.php
- Timestamp:
- 07/05/11 15:51:38 (14 years ago)
- Branch:
- themes
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/_public.php
r444 r515 166 166 if (isset($s['post_title_c'])) self::prop($css_large,$selectors,'color',$s['post_title_c']); 167 167 168 # Simple title color (title without link) 169 $selectors = '#content-info h2, .post-title, .post h3, .post h4, .post h5, .post h6, .arch-block h3'; 170 if (isset($s['post_simple_title_c'])) self::prop($css_large,$selectors,'color',$s['post_simple_title_c']); 171 168 172 # Style directives for large screens 169 173 if (count($css_large)) {
Note: See TracChangeset
for help on using the changeset viewer.