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

Unified Diff: lib/dartdoc/static/styles.css

Issue 10809035: Several new features and improvements for dartdoc. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comments Created 8 years, 5 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 | « lib/dartdoc/dartdoc.dart ('k') | lib/dom/frog/dom_frog.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dartdoc/static/styles.css
diff --git a/lib/dartdoc/static/styles.css b/lib/dartdoc/static/styles.css
index 2fe05f330bfeb7a31ebe79b710412ff8a0c4f5fa..e7ca724218be72b1aaa24995495dbe3ffa326cdd 100644
--- a/lib/dartdoc/static/styles.css
+++ b/lib/dartdoc/static/styles.css
@@ -52,7 +52,8 @@ pre, code {
margin: 22px 0;
padding: 0 4px;
border-radius: 4px;
- overflow: hidden;
+ overflow-x:auto;
+ overflow-y:hidden;
}
a {
« no previous file with comments | « lib/dartdoc/dartdoc.dart ('k') | lib/dom/frog/dom_frog.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698