PonchoX
04-05-2011, 06:44 PM
hi.
i am trying to add a thin left + right border to my blockquotes.
i am fairly familiar with css but cant get these styles to render:
blockquote {
font-size: 0.85em;
color: #b9c0c0;
margin: 2.3em 7%;
padding-left: 1em;
padding-right: 0.8em;
border-left: 1px solid #b9c0co;
border-right: 1px solid #b9c0co;
}
Actually, the first 3 seem to render fine, but the border doesnt show. They DO however (the L+R borders) show up in Dreamweaver (CS4) .. but when I turn on 'Live View' or try to view the uploaded styles, they dont appear.
Weird, no?
Any insight from the experts?
The page I'm trying to style: http://radified.com/index.rad
I tried adding more specificity, but that did nothing.
i am trying to add a thin left + right border to my blockquotes.
i am fairly familiar with css but cant get these styles to render:
blockquote {
font-size: 0.85em;
color: #b9c0c0;
margin: 2.3em 7%;
padding-left: 1em;
padding-right: 0.8em;
border-left: 1px solid #b9c0co;
border-right: 1px solid #b9c0co;
}
Actually, the first 3 seem to render fine, but the border doesnt show. They DO however (the L+R borders) show up in Dreamweaver (CS4) .. but when I turn on 'Live View' or try to view the uploaded styles, they dont appear.
Weird, no?
Any insight from the experts?
The page I'm trying to style: http://radified.com/index.rad
I tried adding more specificity, but that did nothing.