mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 18:15:10 +00:00
Fixed doxygen navigation bar position for Firefox web browser.
- More unification with website (page padding and width) - Setting the minimum width of navigation bars to 800px.
This commit is contained in:
parent
42bf473b18
commit
f91d1d967f
@ -6,6 +6,8 @@ html {
|
|||||||
font-size:16px;
|
font-size:16px;
|
||||||
height:64px;
|
height:64px;
|
||||||
max-width:920px;
|
max-width:920px;
|
||||||
|
min-width:800px;
|
||||||
|
padding:0px 32px;
|
||||||
margin:0em auto;
|
margin:0em auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -22,7 +24,7 @@ html {
|
|||||||
|
|
||||||
.glfwnavbar {
|
.glfwnavbar {
|
||||||
list-style-type:none;
|
list-style-type:none;
|
||||||
margin-top:0px;
|
margin:0px auto;
|
||||||
float:right;
|
float:right;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -50,6 +52,7 @@ html {
|
|||||||
address.footer {
|
address.footer {
|
||||||
text-align:center;
|
text-align:center;
|
||||||
padding:2em;
|
padding:2em;
|
||||||
|
margin-top:3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#top {
|
div#top {
|
||||||
@ -60,12 +63,12 @@ div#navrow1,div#navrow2,div#navrow3,div#navrow4 {
|
|||||||
background-color:hsl(0,0%,40%);
|
background-color:hsl(0,0%,40%);
|
||||||
background-image:none;
|
background-image:none;
|
||||||
max-width:920px;
|
max-width:920px;
|
||||||
|
min-width:800px;
|
||||||
margin:0em auto;
|
margin:0em auto;
|
||||||
font-size:13px;
|
font-size:13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.tablist {
|
ul.tablist {
|
||||||
min-width:700px;
|
|
||||||
height:36px;
|
height:36px;
|
||||||
display:block;
|
display:block;
|
||||||
position:relative;
|
position:relative;
|
||||||
@ -74,13 +77,11 @@ ul.tablist {
|
|||||||
.tablist a,.tablist a:hover,.tablist li,.tablist li.current a {
|
.tablist a,.tablist a:hover,.tablist li,.tablist li.current a {
|
||||||
background-image:none;
|
background-image:none;
|
||||||
text-shadow:none;
|
text-shadow:none;
|
||||||
height:36px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tablist a,.tablist a:visited {
|
.tablist a,.tablist a:visited {
|
||||||
color:hsl(0,0%,95%);
|
color:hsl(0,0%,95%);
|
||||||
text-shadow:none;
|
text-shadow:none;
|
||||||
padding:0px 12px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tablist li.current a {
|
.tablist li.current a {
|
||||||
@ -97,7 +98,7 @@ div.contents {
|
|||||||
div.contents,div.header {
|
div.contents,div.header {
|
||||||
max-width:920px;
|
max-width:920px;
|
||||||
margin:0em auto;
|
margin:0em auto;
|
||||||
padding:0em 2em 2em 2em;
|
padding:0px 32px;
|
||||||
background-color:hsl(0,0%,100%);
|
background-color:hsl(0,0%,100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user