miaow
New Member
Posts: 186
inherit
139893
0
Apr 2, 2021 10:26:49 GMT -8
miaow
186
April 2009
definitelymaybe
|
Post by miaow on Nov 5, 2013 14:00:35 GMT -8
site: dxm.freeforums.net/hi. this is more a request to ask what i can remove from the global headers than add. i want the side bar with the cbox in it to stay looking exactly as is right now, but i have some remnants of a code where there were clickable tabs at the top. i want to remove those so the header code is simplified. any help with what i should remove would be great.
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Nov 8, 2013 22:12:27 GMT -8
The only part that seems unnecessary in the CSS is this:
/* Active tag has highlight */
.highlight {
}
/* Clear up the list default styles */
#tab-strip {
list-style: none outside none;
margin:0px;
text-align: center;
padding:2px;
display:block;
}
#tab-strip a {
text-decoration: none;
display: inline;
text-align: center;
margin: 0px;
}
And of course the corresponding id's/classes in the html.
|
|