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

Unified Diff: site/try/index.html

Issue 284203003: Remove quotes from 'inline-block' (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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: site/try/index.html
diff --git a/site/try/index.html b/site/try/index.html
index 7e121463d3de9077de71dc29f84a219adc2ba6f8..6d6fecb075964d86f4c739f31ea187a2d784b427 100644
--- a/site/try/index.html
+++ b/site/try/index.html
@@ -49,7 +49,7 @@ a:hover.diagnostic>span {
.dart-code-completion-holder {
position: relative;
- display: 'inline-block';
+ display: inline-block;
}
.dart-code-completion-holder /deep/ *.dart-code-completion {
« 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