Bug Log: 24/01/09

Bug Log
---------------------------

24/01/09
-----------

Problem:
* H1 tag creating too much space.


Solution:
* Inserting CSS modifying the margin values.


- - - - - - - - - - - -

24/01/09
-----------

Problem:
* After adding padding to img tag in Gallery the outline for a link area would show.


Solution:
* Created css to display this as white, so it won't show against the white background.

- - - - - - - - - - - -

24/01/09
-----------

Problem:
* Tested gallery in IE7, ignores CSS changing the linking colour of the images.


Solution:
* changed selector from 'color' to 'border-color:

#content a:visited img{
border-color: #fff;
}

#content a:link img{
border-color: #fff;
}