Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Commits
36c5fd59
Commit
36c5fd59
authored
Jun 13, 2007
by
jepso
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New documentation: table of contents does not have fixed position anymore
parent
d1a1697a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
32 deletions
+6
-32
basic.css
manual/new/styles/basic.css
+6
-27
iefix.css
manual/new/styles/iefix.css
+0
-5
No files found.
manual/new/styles/basic.css
View file @
36c5fd59
...
...
@@ -138,47 +138,26 @@ a:visited:active {
#table-of-contents
{
position
:
absolute
;
top
:
0
;
right
:
0
;
width
:
20em
;
overflow
:
auto
;
border
:
1px
solid
#cccccc
;
background-color
:
#f6f6f6
;
padding
:
0
1em
;
margin
:
1em
;
max-height
:
95%
;
margin
:
0
;
}
#wrap
{
position
:
absolute
;
left
:
0
;
top
:
0
;
width
:
100%
;
margin
:
0
;
}
#sidebar
{
/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
position
:
absolute
;
top
:
0
;
right
:
0
;
height
:
100%
;
z-index
:
10
;
}
#wrap
>
div
#sidebar
{
/* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+,
iCab, ICEbrowser */
position
:
fixed
;
float
:
right
;
width
:
20em
;
margin
:
0
;
padding
:
1em
;
}
#content
{
position
:
absolute
;
top
:
0
;
left
:
0
;
right
:
23em
;
margin
:
0
;
margin-right
:
20em
;
padding
:
1em
;
}
...
...
manual/new/styles/iefix.css
View file @
36c5fd59
div
#sidebar
{
/* IE5.5+/Win - this is more specific than the IE 5.0 version */
top
:
expression
(
eval
(
document
.
documentElement
.
scrollTop
));
}
.tree
.expander
{
margin-left
:
-0.60em
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment