[url=http://
texaslsfl.com/]
texaslsfl.com/[/url]
Joomla 1.5.26 Website...
The feed module is to the right... for some reason it is set to bold and looks like font size is 125%... what do I need to change so it is set to 12px or 100%...
I tried to add this to the template.css
#mod251 {
font-size:12px;
font-weight:normal;
list-style: square inside none !important;
padding: 3px 12px 3px 12px;
}
I even tried to edit the style.css and to add this
a:active,
a:hover,
a:focus {outline:0;
font-size:12px;
font-weight:normal;}
/* Feed List */
div.srfrContainer {}
div.srfrContainer ul.srfrList {list-style:none;width:280px;padding:0;margin:0;
font-size:12px;}
div.srfrContainer ul.srfrList li {clear:both;padding:8px;margin:2px 0;border-bottom:1px dotted #ccc;
font-size:12px;}
Trey