Using Tabbed Menus in [proglass] Style

Current Version: 1.0.6
Released: 09.01.10
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Locked

Topic author
the.ronin
Valued Contributor
Posts: 64
Joined: 30. October 2008 16:20

Using Tabbed Menus in [proglass] Style

Post by the.ronin »

Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Beginner

What have you done before the problem was there?


What have you already tryed to solve the problem?


Description and Message
On styles such as “proglass”, using a tabbed menu navigation results in a gab between the body and the header logo. I have fixed that by making the following change in the “cp.css” stylesheet:

Find:

Code: Select all

#tabs {
	line-height: normal;
	margin: 20px 0 -1px 7px;
	min-width: 570px;
}
Replace:

Code: Select all

#tabs {
	line-height: normal;
	margin: 0 0 -1px 7px;
	min-width: 570px;
}
- the.ronin[/i]
Locked

Return to “board3 Portal 1.0.x - English Support”