Setting CSS for missed elements.

This commit is contained in:
Siavash Eliasi 2014-05-21 14:04:35 +04:30 committed by Camilla Berglund
parent f3b65445dc
commit 9e72bb1775

View File

@ -68,6 +68,10 @@ div#navrow1,div#navrow2,div#navrow3,div#navrow4 {
font-size:13px;
}
div#nav-path {
display: none;
}
ul.tablist {
height:36px;
display:block;
@ -192,7 +196,7 @@ h1,h2,h2.groupheader,h3,div.toc h3,h4,h5,h6,strong,em {
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%);
text-decoration:none;
}
@ -296,6 +300,14 @@ div.fragment,pre.fragment {
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 {
color:hsl(60,30%,96%);
}