kuuko pushed a commit to branch master.

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

commit c3b9a5b18f4db8373b925ee3f07c0c9bc0e80ed4
Author: Kai Huuhko <kai.huu...@gmail.com>
Date:   Wed Apr 22 13:06:07 2015 +0300

    Documentation: Sphinx 1.3 compatibility fixes
---
 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 369fb22..229104b 100644
--- a/doc/themes/efldoc/static/efl.css
+++ b/doc/themes/efldoc/static/efl.css
@@ -322,7 +322,7 @@ cite, code, tt {
     letter-spacing: -0.02em;
 }
 
-tt {
+code, tt {
     background-color: rgb(51,51,51); /*#f2f2f2*/
     border: 1px solid rgb(32,32,32); /*#ddd*/
     border-radius: 2px;
@@ -351,12 +351,12 @@ hr {
     margin: 2em;
 }
 
-a tt {
+a tt, a code{
     border: 0;
     color: rgb(200,200,170);
 }
 
-a tt:hover {
+a tt:hover, a code:hover{
     color: rgb(230,230,200);
 }
 

-- 


Reply via email to