Changeset 592:2434338d7ea1
- Timestamp:
- 07/13/11 18:14:26 (14 years ago)
- Branch:
- themes
- Children:
- 597:08c2eb1ecb30, 599:03506a6a7fc9
- Location:
- themes/ductile
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/_public.php
r583 r592 166 166 self::ductileStyleHelper(). 167 167 "</style>\n"; 168 169 echo 170 '<script type="text/javascript" src="'. 171 $core->blog->settings->system->themes_url.'/'.$core->blog->settings->system->theme. 172 '/ductile.js"></script>'."\n"; 168 173 } 169 174 -
themes/ductile/style.css
r535 r592 526 526 color: #333; 527 527 } 528 #sidebar h2.toggle { 529 background-image: url(img/plus.png); 530 background-repeat: no-repeat; 531 padding-left: 20px; 532 } 533 #sidebar h2.expanded { 534 background-image: url(img/minus.png); 535 } 536 #sidebar h2.toggle a { 537 text-decoration: none; 538 } 528 539 #sidebar h3 { 529 540 font-size: 1em;
Note: See TracChangeset
for help on using the changeset viewer.