Big "submitted" gap when authoring info is turned off
stg11 - December 26, 2008 - 21:41
| Project: | Austere |
| Version: | 6.x-4.3 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
I'm seeing a big gap of white space above the content on content types where I have "submitted" turned off. There is a <span class="submitted" /> at the top of the node. When I get rid of it with firebug, the gap nicely disappears. It doesn't seem like this should be showing up at all. I tried several styling tricks in firebug, such as height:0 and negative margins but nothing seems to get rid of the space.
Can you take this out when author info is not shown? Or is there another work-around?

#1
Thanks, i've fixed this. The CSS class name now does not show when 'submitted by' is turned off.
I'm actually on holiday just now so will commit the changes within the next few days. If you can't wait, here's the file.
Only node.tpl.php needs updated.
Remove the suffix .txt and anything else in the file name from the attachment so it should be node.tpl.php and overwrite node.tpl.php file in the austere theme.
Thanks,
#2
Of course! I forgot to look in node.tpl.php
Thanks for the update, looking good now.