mirror of
https://github.com/glfw/glfw.git
synced 2024-11-11 13:03:52 +00:00
Fixed doxygen navigation bar position for chromium web browser.
This commit is contained in:
parent
f1cb1f8420
commit
f6f5b4ab0d
@ -61,20 +61,26 @@ div#navrow1,div#navrow2,div#navrow3,div#navrow4 {
|
|||||||
background-image:none;
|
background-image:none;
|
||||||
max-width:920px;
|
max-width:920px;
|
||||||
margin:0em auto;
|
margin:0em auto;
|
||||||
|
font-size:13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.tablist {
|
ul.tablist {
|
||||||
min-width:700px;
|
min-width:700px;
|
||||||
|
height:36px;
|
||||||
|
display:block;
|
||||||
|
position:relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user