diff mbox

[v2,2/2] doc: odpdoxygen.css: clean up style

Message ID 1428698118-31275-3-git-send-email-mike.holmes@linaro.org
State Accepted
Commit 90831db7175c5d67b9b849c0e2dc6d110bc0be28
Headers show

Commit Message

Mike Holmes April 10, 2015, 8:35 p.m. UTC
Signed-off-by: Mike Holmes <mike.holmes@linaro.org>
---
 doc/odpdoxygen.css | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)
diff mbox

Patch

diff --git a/doc/odpdoxygen.css b/doc/odpdoxygen.css
index b96ab93..9523d77 100644
--- a/doc/odpdoxygen.css
+++ b/doc/odpdoxygen.css
@@ -4,9 +4,9 @@ 
 body {
 }
 #titlearea {
-    width: 30%;
+    width: 100%;
     display: inline-block;
-    border-bottom: 0;
+    border-bottom: 3px solid #7AC043;
 }
 .tabs, .tabs2, .tabs3 {
     width: 60%;
@@ -27,13 +27,14 @@  body {
 }
 .tablist li.current a {
     background-image: none;
-    background: #555;
+    background: #0;
     -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;
-    color: #FEE639;
+    color: #22a35d;
+    text-shadow: 0px 0px 0px;
 }
 .tablist a:hover {
-    background-image: none; background: #555; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;
-    color: #FEE639;
+    background-image: none; background: #0; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;
+    color: #22a35d;
 }
 #projectname {
     font: font-family: 'Squada One', cursive;