KurtWagnerOne / wp-constructor

Automatically exported from code.google.com/p/wp-constructor
0 stars 0 forks source link

Dotted underline on posts not displaying properly #150

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Adding css to the css tab under customize your theme.
2.
3.

What version of the ... are you using?
1. Wordpress:3.1.1
2. Constructor:1.5
3. PHP:
4. Browser:Chrome, Firefox, Safari
5. OS: Mac OsX

What URL of your blog(s)?
1. http://www.noahslightfoundation.org/blog

Please provide any additional information below.
Before I updated to the most recent them, there was a dotted underline beneath 
post titles.  I tried to recreate it using information from your FAQ section.

.hentry .title a, .hentry .title span {
    border-bottom:3px dotted #000000 !important;
}

but this puts a dotted line all the way across the bottom border of the rounded 
corner border instead of like an underline on text.  How can I get the dotted 
line just under the text headers?

Original issue reported on code.google.com by RayBWri...@gmail.com on 14 Apr 2011 at 7:15