From 9e72bb1775df43f8295770cc3557245597a9ac3d Mon Sep 17 00:00:00 2001 From: Siavash Eliasi Date: Wed, 21 May 2014 14:04:35 +0430 Subject: [PATCH] Setting CSS for missed elements. --- docs/extra.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/extra.css b/docs/extra.css index 624566e3..0e75a485 100644 --- a/docs/extra.css +++ b/docs/extra.css @@ -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%); }