entry padding, sidebar color, and link color problems. - solved!

Mar 23, 2008 14:30

okay, i once again have to apologize if the solutions to these issues are in previous entries. i've spent about an hour trying various codes and i just can't seem to solve my problems, which are ( Read more... )

page:alignment, entries:links:colors, sidebar:borders

Leave a comment

Comments 4

av8rmike March 23 2008, 21:06:37 UTC
  1. You have 4 or 5 specifiers at the bottom of your style sheet that are missing their closing braces ("}"), which is why the gaps are white. If you want to completely close the gaps, add
    margin: 0;
    to the line for #content{}
  2. You're going to kick yourself: ;)
    a {color: #xxxxxx}
  3. .widget-header {border-top-color: #xxxxxx}

Reply

_loveclaire March 23 2008, 23:46:17 UTC
yes, definitely let the self-kicking commence. thanks so much for your help!

Reply

_loveclaire March 24 2008, 00:05:38 UTC
actually, wait, i just noticed something. there is still a white line about a pixel or two wide running under my header. is there anyway to get rid of it/something wrong with my code that is making it stay there? or, even better, is there a way to turn is black?

Reply

av8rmike March 24 2008, 00:20:35 UTC
Sure, here you go:
#header {border-bottom-color: #000000}

Reply


Leave a comment

Up