Minor CSS issue

If you have any 'mechanical' forge related issues/suggestions, pop them in here.

Moderators: RussW, RobInk, ChiefGoFor, facedancer

Post Reply
User avatar
mjaz
Joomla! Intern
Joomla! Intern
Posts: 63
Joined: Thu Nov 10, 2005 10:08 am
Contact:

Minor CSS issue

Post by mjaz » Sat Mar 24, 2007 12:14 pm

Right now, H1 and H2 have the same color (blue) as hyperlinks. Imho a different color would be better to see the difference.
Joomlatools Team Member - DOCman Lead Developer
http://www.joomlatools.org
Read the blog!
http://blog.joomlatools.org

User avatar
RobInk
Joomla! Guru
Joomla! Guru
Posts: 517
Joined: Thu Aug 18, 2005 10:41 am
Location: The Netherlands

Re: Minor CSS issue

Post by RobInk » Sat Mar 24, 2007 7:07 pm

Hi,

Are you refering to Joomla! core code e.g. CSS?

Regards Robin
Regards Robin - Sites & Infrastructure

User avatar
mjaz
Joomla! Intern
Joomla! Intern
Posts: 63
Joined: Thu Nov 10, 2005 10:08 am
Contact:

Re: Minor CSS issue

Post by mjaz » Sat Mar 24, 2007 8:56 pm

See attachment.

in GFTheme.css, these should have a different color:

Code: Select all

h1 {
background:transparent url(images/h1.png) repeat-x scroll 0pt 100%;
color:#0761D4;
font-size:160%;
}
h2 {
color:#0761D4;
font-size:150%;
}


Only hyperlinks should look like hyperlinks, the headers should look different. As I said, it's a very minor issue, but if the same look is going to be used for all J! sites, it would be best to get it right from the start.
Attachments
joomlacode.png
Joomlatools Team Member - DOCman Lead Developer
http://www.joomlatools.org
Read the blog!
http://blog.joomlatools.org


Post Reply