kuuko pushed a commit to branch master.

http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=aee5433cdc60abafb8477ef010155832acbf64c6

commit aee5433cdc60abafb8477ef010155832acbf64c6
Author: Kai Huuhko <[email protected]>
Date:   Wed Mar 25 07:15:20 2015 +0200

    Fix method/prop highlight color with Sphinx 1.3
---
 doc/themes/efldoc/static/efl.css | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/themes/efldoc/static/efl.css b/doc/themes/efldoc/static/efl.css
index 6a6c0d0..369fb22 100644
--- a/doc/themes/efldoc/static/efl.css
+++ b/doc/themes/efldoc/static/efl.css
@@ -330,15 +330,15 @@ tt {
     padding: 1px;
 }
 
-tt.descname, tt.descclassname, tt.xref {
+.descname, .descclassname, .xref {
     border: 0;
 }
 
-tt.descname {
+.descname {
     color: rgb(200,200,255);
 }
 
-tt.descclassname {
+.descclassname {
     color: rgb(160,160,255);
 }
 

-- 


Reply via email to