From 5ae7c310b36b24d090464ad284edc15cfe7fdef7 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Wed, 24 Apr 2013 19:02:58 -0400 Subject: [PATCH] lowers size of code icon Former-commit-id: f86cd5a41bcfe5174e1ddc6c2c576c414af6559d Former-commit-id: 5084da563ca82e0c5f3b2b9ff0a8d413ad7f12a8 --- docs/stylesheets/example.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/stylesheets/example.css b/docs/stylesheets/example.css index a56736658..c4ca6c474 100755 --- a/docs/stylesheets/example.css +++ b/docs/stylesheets/example.css @@ -384,7 +384,7 @@ a:hover { right: 0px; opacity: 0.2; - font-size: 24px; + font-size: 18px; color: #555555; -webkit-transition: opacity 0.3s ease-out;