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

Unified Diff: chrome/browser/resources/keyboard_overlay.css

Issue 7584002: Remove a br tag from a keyboard overlay message. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 9 years, 4 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 | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/keyboard_overlay.css
diff --git a/chrome/browser/resources/keyboard_overlay.css b/chrome/browser/resources/keyboard_overlay.css
index ff1982904de808c30b0a794388f152b804e70cac..b8d0c9e561b88cc0fa30a072659b9f0ab13af6be 100644
--- a/chrome/browser/resources/keyboard_overlay.css
+++ b/chrome/browser/resources/keyboard_overlay.css
@@ -26,7 +26,8 @@ body {
.keyboard-overlay-instructions-text {
-webkit-box-flex: 3;
- margin-top: 13px;
+ margin: 13px auto 0 auto;
tony 2011/08/05 16:08:49 Nit: You can drop the last |auto|.
mazda 2011/08/08 04:31:39 Done.
+ max-width: 20em;
text-align: center;
vertical-align: middle;
}
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698