Ticket #174 (fixed bug)
Feed link not properly aligned
- Created: 2010-10-30 13:41:03
- Reported by: Christian
- Assigned to: Franz
- Milestone: 1.4.3
- Component: styling
- Priority: low
In viewforum.php the Atom feed link is not properly aligned to the right.
A solution would be to remove the "action" class from the <p id="feedlinks" as this is causing a right-padding of 6px.
History
Franz 2010-11-08 19:24:31

This is caused by this code starting at line 104 in Air.css:
.pun .actions span {
padding-left: 16px;
padding-right: 8px;
background: url(Air/img/bull.png) center left no-repeat;
display: inline-block;
line-height: normal;
}
Have you confirmed this for the other styles, too?
Franz 2010-11-08 19:56:48

Ok, I believe we can just remove the class "actions" from the link in viewforum.php. I don't think it's necessary and that's how it's handled on the other pages, too. Plus, it works.
Franz 2010-11-09 18:38:56

- Owner set to Franz.
Whoops, that's just what you stated in the ticket description. I'll fix this tonight.
Franz 2010-11-09 18:42:20

- Status changed from open to fixed.
And fixed. Please report if that class was there for any particular reason...