I have made a couple of small changes in a CSS stylesheet, but they do not display in any of the browsers, Chrome, Firefox or Safari.
The text should be bold, 11-point, with a right padding of 10px. None of these attributes show.
I don't see why. Can anyone offer a suggestion about what I am doing wrong?
Thanks,
Nicky
.sidebar_right {
font-family:"Trebuchet MS", Verdana, Helvetica, "Helvetica Neue", Geneva, sans-serif;
font-size:11pt;
line-height:18pt;
font-weight:bold;
padding-left:10px;
padding-right:10px;
color: #6C3E30;
}
--
You received this because you are subscribed to the "Design the Web with CSS" at Google groups.
To post: css-design@googlegroups.com
To unsubscribe: css-design-unsubscribe@googlegroups.com
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.