From cfe72c3917bf7e015c324d17fdd444c268d856e1 Mon Sep 17 00:00:00 2001 From: Seth Ladd Date: Fri, 12 Jun 2015 14:14:22 +0200 Subject: [PATCH] signatures now appear on the same line as the name --- lib/resources/styles.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/resources/styles.css b/lib/resources/styles.css index e1240e489f..d1f6ea582c 100644 --- a/lib/resources/styles.css +++ b/lib/resources/styles.css @@ -161,15 +161,10 @@ dt .name { } dl dt.callable .name { - display: block; float: none; width: auto; } -dl dt.callable .signature { - display:block; -} - .signature a { color: rgb(51, 51, 51); }