summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-14 17:07:03 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-14 17:07:03 +0000
commit644751499992d91cd3f9f78b6fb4648490317bd9 (patch)
treea0552d51188c87644ed98d8a32cd2a58b8f59ba3 /chrome
parentb7a060348131ebc7192580e5ff97dddfeb3ec8b4 (diff)
downloadchromium_src-644751499992d91cd3f9f78b6fb4648490317bd9.zip
chromium_src-644751499992d91cd3f9f78b6fb4648490317bd9.tar.gz
chromium_src-644751499992d91cd3f9f78b6fb4648490317bd9.tar.bz2
Revert "r43732 Use CSS word-wrap property to prevent long
single words from causing ugly notifications." This reverts commit 0f42cfcc13c6d060fe8e43f6d8b5f069849f08f0. This change makes the balloon's intial size bigger. Review URL: http://codereview.chromium.org/1629015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44488 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rwxr-xr-xchrome/browser/resources/notification_1line.html2
-rwxr-xr-xchrome/browser/resources/notification_2line.html2
-rwxr-xr-xchrome/browser/resources/notification_icon.html2
3 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/resources/notification_1line.html b/chrome/browser/resources/notification_1line.html
index 3e7b24a..6ebebb5 100755
--- a/chrome/browser/resources/notification_1line.html
+++ b/chrome/browser/resources/notification_1line.html
@@ -12,12 +12,10 @@
font-weight:bold;
font-family:helvetica, arial, sans-serif;
font-size:100%;
- word-wrap: break-word;
}
#description {
font-family:helvetica, arial, sans-serif;
font-size:84%;
- word-wrap: break-word;
}
</style>
</head>
diff --git a/chrome/browser/resources/notification_2line.html b/chrome/browser/resources/notification_2line.html
index fac71a5..a5695b0 100755
--- a/chrome/browser/resources/notification_2line.html
+++ b/chrome/browser/resources/notification_2line.html
@@ -12,12 +12,10 @@
font-weight:bold;
font-family:helvetica, arial, sans-serif;
font-size:100%;
- word-wrap: break-word;
}
#description {
font-family:helvetica, arial, sans-serif;
font-size:84%;
- word-wrap: break-word;
}
</style>
</head>
diff --git a/chrome/browser/resources/notification_icon.html b/chrome/browser/resources/notification_icon.html
index 8136fdd..82d9112 100755
--- a/chrome/browser/resources/notification_icon.html
+++ b/chrome/browser/resources/notification_icon.html
@@ -22,12 +22,10 @@
font-weight:bold;
font-family:helvetica, arial, sans-serif;
font-size:100%;
- word-wrap: break-word;
}
#description {
font-family:helvetica, arial, sans-serif;
font-size:84%;
- word-wrap: break-word;
}
</style>
</head>