lunaz
Forum Replies Created
-
Forum: Themes and Templates
In reply to: non-aligned images have ugly border on hoverWOOHOO! Thanks much for the help! This ended up fixing it at the cost of having regular text links inside .post p not having a hover background. I think that’s ok unless I can give the images and p a seperate class some how?
.post p a:hover,
p.attachment a:hover {
background: none;
}Forum: Themes and Templates
In reply to: non-aligned images have ugly border on hoverOk, here’s one that works. 🙂 Sorry for the DUH moment above…
Single Image Gallery page
http://lunaz.homelinux.net/~wpdemo/?attachment_id=618Forum: Themes and Templates
In reply to: non-aligned images have ugly border on hoverI’m at work and I notice the style isn’t showing up from here… I’ll upload the theme to my real site when I get home then link to it.
/me is learning everything the hard way.. 🙂Forum: Themes and Templates
In reply to: non-aligned images have ugly border on hoverOops, sorry, it’s at: http://lunaz.homelinux.net/wptest/
This is my home test server haha, so all links go to 192.168… but you can see it in action on that big smily image.Forum: Fixing WordPress
In reply to: htaccess messed since 3.1?It was a typo: ‘deny from all’. should have been ‘deny from all’…sigh
Forum: Fixing WordPress
In reply to: htaccess messed since 3.1?I’ll look around my public_html for extra htaccess files when I get home. I must have gotten some folders mixed up again while uploading themes & plugins after the fresh install.