开发者

Trying to remove hr separator in the middle of the page, but can't seem to find it anywhere? [closed]

This question is unlikely to help any future visitors; it is only relevant to a small geogra开发者_开发百科phic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center. Closed 9 years ago.

Can't seem to find it anywhere, and I didn't use the hr tag in any of my html files.

Tried specifying in css hr { display: none; } not working either, what the hell is going on?

This isn't a matter of looking hard enough, trust me i've stared at the code for HOURS.

EDIT: thanks everyone >.> lol


Using Firebug, I found the culprit. And sure enough as Grillz comments, it's a border, not a horizontal rule:

#main {
    border-bottom: 1px solid #E3E7E9;
    margin-bottom: 0;
}


div#main has a border-bottom tag on it on line 273 of the style.css file. try removing that?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜