laebshade |
12-23-2011 01:38 PM |
I made modifications to this to make the content align correct with the other What's Going On content. Here's a diff of the changes:
Code:
$ diff *todays*.xml
19,20c19,20
< <template name="todays_top_thread_starter" templatetype="template" date="1260122072" username="Hasann" version="4.0.RC1"><![CDATA[<div id="wgo_top_thread_starters" class="wgo_subblock section collapse">
< <h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/forum_stats.png" alt="{vb:raw top_thread_starters_title}"/>{vb:raw top_thread_starters_title}</h3>
---
> <template name="todays_top_thread_starter" templatetype="template" date="1260122072" username="Hasann" version="4.0.RC1"><![CDATA[<div id="wgo_top_thread_starters" class="wgo_subblock collapse">
> <h3><img src="{vb:stylevar imgdir_misc}/forum_stats.png" alt="{vb:raw top_thread_starters_title}"/>{vb:raw top_thread_starters_title}</h3>
I changed the class= for the main div to class="wgo_subblock collapse" and added class="blocksubhead" to the <h3> header.
|