treehouse : what would you like to learn today?
Web Design Web Development iOS Development

[Solved] Weird Black Lines Showing up

  • Hey Guys,

    I put an image behind my blog title header and now there are horizontal black lines that show up at the top and bottom of the image. I can't figure out how to get rid of them. Can someone take a look and help me out?

    It's password protected so here's the link.

    here's the login: guest
    and password: guest1234

    Thanks
  • It's because of this code in style.css (line 377):

    #branding img {
    border-top: 4px solid #000;
    border-bottom: 1px solid #000;
    display: block;
    float: left;
    }
    Remove the two lines that make up the border-top and border-bottom and you should be fine.
  • Thanks @Senff for pointing that out, that was literally 30 lines down from where I was focusing my attention, I just wasn't seeing it.
    Thanks again,