diff options
author | Kai Huuhko <kai.huuhko@gmail.com> | 2015-04-22 13:06:07 +0300 |
---|---|---|
committer | Kai Huuhko <kai.huuhko@gmail.com> | 2015-04-22 13:06:07 +0300 |
commit | c3b9a5b18f4db8373b925ee3f07c0c9bc0e80ed4 (patch) | |
tree | 4a2b4b80133b40299574d1e515ec07630a96ac1a | |
parent | c08888239f30f8bc8f4707650cedd819a9a09b00 (diff) |
Documentation: Sphinx 1.3 compatibility fixes
-rw-r--r-- | doc/themes/efldoc/static/efl.css | 6 |
1 files 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 { | |||
322 | letter-spacing: -0.02em; | 322 | letter-spacing: -0.02em; |
323 | } | 323 | } |
324 | 324 | ||
325 | tt { | 325 | code, tt { |
326 | background-color: rgb(51,51,51); /*#f2f2f2*/ | 326 | background-color: rgb(51,51,51); /*#f2f2f2*/ |
327 | border: 1px solid rgb(32,32,32); /*#ddd*/ | 327 | border: 1px solid rgb(32,32,32); /*#ddd*/ |
328 | border-radius: 2px; | 328 | border-radius: 2px; |
@@ -351,12 +351,12 @@ hr { | |||
351 | margin: 2em; | 351 | margin: 2em; |
352 | } | 352 | } |
353 | 353 | ||
354 | a tt { | 354 | a tt, a code{ |
355 | border: 0; | 355 | border: 0; |
356 | color: rgb(200,200,170); | 356 | color: rgb(200,200,170); |
357 | } | 357 | } |
358 | 358 | ||
359 | a tt:hover { | 359 | a tt:hover, a code:hover{ |
360 | color: rgb(230,230,200); | 360 | color: rgb(230,230,200); |
361 | } | 361 | } |
362 | 362 | ||