Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Unified Diff: lib/resources/styles.css

Issue 1184733002: signatures now appear on the same line as the name (Closed) Base URL: git@github.com:dart-lang/dartdoc.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/resources/styles.css
diff --git a/lib/resources/styles.css b/lib/resources/styles.css
index e1240e489f4d31c9d2b2c09854048663fdb93990..d1f6ea582c8a96164b3f7f4d1e457b2be09da443 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);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698