phpDivinglog 2.1 layout

3rd party extensions (phpDivingLog, dive computer downloader,...)
Post Reply
ehelm
Posts: 29
Joined: Sun Jun 24, 2007 12:42
Location: Norway
Contact:

phpDivinglog 2.1 layout

Post by ehelm »

Hi again,
I've been really pulling my hair here....In the dive profile page there is a section Equipent used on this dive. The equipment text come up as links and I would like to change the color to white. Where in the divelog.css do I get this done?
http://divelog.helm.no/divelog/index.php?id=63

thanks
Inferno
Posts: 264
Joined: Thu Apr 19, 2007 20:36
Location: The Netherlands
Contact:

Post by Inferno »

Use firefox together with firebug and use the inspect function to find that:
line 38

http://www.helm.no/layout/stainless-hel ... /style.css

Code: Select all

a:link {style.css (regel (38)
border-bottom:1px dotted #333333;
color:#000000;
padding-bottom:1px;
text-decoration:none;
}
So not in the divelog.css. Will look if this one should be in the divelog.css
Post Reply