close fullscreen

Support Ticket

inconsistent appearance or not of image as link label+status
closed
help edit space_dashboard
inconsistent appearance or not of image as link label+tag
links
help edit space_dashboard
 

help edit space_dashboard

http://test.dwagn.org/blog and Blog both start with a link something like:

[[/Wagn_blog_entries.rss |

Wagn feed icon
]]

and on test it shows up, but here it doesn't.

 

 

help edit space_dashboard

It seems to be just not rendering the link.  A can't imagine any recent code updates that may effect this.  Weird.


Maybe something in CSS?

--John Abbe.....2013-06-09 19:35:32 +0000

bingo. some custom positioning for the blog page in *css.

--Ethan McCutchen.....2013-06-10 03:46:04 +0000

so...anyone who knows CSS better than I do want to fix it on wagn.org ?

--John Abbe.....2013-06-10 08:09:01 +0000

.SELF-blog .titled-view {

padding-top: 20px;

margin-top: 20px;

border-top: 2px solid #666;

}

.SELF-blog .titled-view > h1 {

padding: 10px 0 20px 0;

}

.SELF-blog > .content > div > a {

float: right;

position: relative;

top: -35px;

}

I'm thinking that the top: -35px is related. What's that supposed to do? What happens if you take it out?

--Gerry Gleason.....2013-06-10 11:06:30 +0000

fixed.

--Ethan McCutchen.....2013-06-10 15:36:22 +0000