mirror of
https://github.com/glfw/glfw.git
synced 2024-11-12 17:51:48 +00:00
Setting CSS for missed elements.
This commit is contained in:
parent
f3b65445dc
commit
9e72bb1775
@ -68,6 +68,10 @@ div#navrow1,div#navrow2,div#navrow3,div#navrow4 {
|
|||||||
font-size:13px;
|
font-size:13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div#nav-path {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
ul.tablist {
|
ul.tablist {
|
||||||
height:36px;
|
height:36px;
|
||||||
display:block;
|
display:block;
|
||||||
@ -192,7 +196,7 @@ h1,h2,h2.groupheader,h3,div.toc h3,h4,h5,h6,strong,em {
|
|||||||
border-bottom:none;
|
border-bottom:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a,a:hover,a:visited,a:visited:hover,a.el,a.el:visited,.glfwheader a#glfwhome:hover,.tablist a:hover {
|
a,a:hover,a:visited,a:visited:hover,a.el,a.el:visited,.glfwheader a#glfwhome:hover,.tablist a:hover, span.lineno a:hover {
|
||||||
color:hsl(24,100%,50%);
|
color:hsl(24,100%,50%);
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
}
|
}
|
||||||
@ -296,6 +300,14 @@ div.fragment,pre.fragment {
|
|||||||
border-left:4px solid hsl(0,0%,80%);
|
border-left:4px solid hsl(0,0%,80%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
span.lineno, span.lineno a, span.lineno a:hover {
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
span.lineno a, span.lineno a:visited {
|
||||||
|
color: hsl(0,0%,95%);
|
||||||
|
}
|
||||||
|
|
||||||
div.line,pre.fragment {
|
div.line,pre.fragment {
|
||||||
color:hsl(60,30%,96%);
|
color:hsl(60,30%,96%);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user