Remove separation lines

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Mar 30, 2013 6:56 pm
Reply with quote
Report this post
Hi,

How to remove separation lines (Top and Bottom) in InnerInset position and Headlines suffix ?

Thanks.
User avatar
Senior Boarder

GK User
Sat Mar 30, 2013 8:05 pm
Reply with quote
Report this post
Hi, there is small problem because this line include all content and it's one line for top, and one line for bottom.

If you want to check how it works, use this css:
Code: Select all
#gkBottom1, #gkBottom2 {border-top: 0px;}


it will disable bottom line, ALL LINE, you can not hide only for inset position.

---
ok, so if you want to hide top line, use this:
Code: Select all
#gkContentTop {border-bottom:0px;}
User avatar
Platinum Boarder


cron