diff options
Diffstat (limited to 'chrome')
-rwxr-xr-x | chrome/browser/resources/notification_1line.html | 2 | ||||
-rwxr-xr-x | chrome/browser/resources/notification_2line.html | 2 | ||||
-rwxr-xr-x | chrome/browser/resources/notification_icon.html | 2 |
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> |