From 937bfcf75ca4b014077c80e8124ae45813022ece Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Wed, 24 Apr 2013 18:59:10 -0400 Subject: [PATCH] code samples easier to see Former-commit-id: f80e4bb1a65595000ed0ba738bb537d2aa94af02 Former-commit-id: cc30eb8d066c2927e91b17d1bb0b4fcdc93826a7 --- docs/stylesheets/example.css | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/docs/stylesheets/example.css b/docs/stylesheets/example.css index fadd04e83..a56736658 100755 --- a/docs/stylesheets/example.css +++ b/docs/stylesheets/example.css @@ -380,13 +380,12 @@ a:hover { #example .example i.code { cursor: pointer; position: absolute; - height: 0px; - width: 0px; - overflow: hidden; - opacity: 0; + top: 0px; + right: 0px; + opacity: 0.2; font-size: 24px; - color: #888888; + color: #555555; -webkit-transition: opacity 0.3s ease-out; -moz-transition: opacity 0.3s ease-out; @@ -395,12 +394,7 @@ a:hover { transition: opacity 0.3s ease-out; } #example .example:hover i.code { - height: auto; - width: auto; - overflow: visible; - opacity: 0.5; - top: 0px; - right: 5px; + opacity: 0.7; } #example .example:hover i.code:hover { opacity: 1;