aboutsummaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
authorIlya Ryzhenkov <orangy@jetbrains.com>2014-10-03 21:29:56 +0400
committerIlya Ryzhenkov <orangy@jetbrains.com>2014-10-03 21:29:56 +0400
commite93440bd4a520ab81203e8b0105ac43323f67e6b (patch)
tree1217f90bff6c4cd3a30a811b930ffad11e0d7a0f /styles
parentaedccb96b16c18e0d3a73f36c28ebf5fc0086e1c (diff)
downloaddokka-e93440bd4a520ab81203e8b0105ac43323f67e6b.tar.gz
dokka-e93440bd4a520ab81203e8b0105ac43323f67e6b.tar.bz2
dokka-e93440bd4a520ab81203e8b0105ac43323f67e6b.zip
Constructors, variance, links and styles.
Diffstat (limited to 'styles')
-rw-r--r--styles/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/styles/style.css b/styles/style.css
index 82798bf8..ce546546 100644
--- a/styles/style.css
+++ b/styles/style.css
@@ -49,6 +49,11 @@ a {
text-decoration:none;
}
+a:hover {
+ color: inherit;
+ text-decoration:underline;
+}
+
a small {
font-size:11px;
color:#555;