aboutsummaryrefslogtreecommitdiffstats
path: root/notifier/growl.css
diff options
context:
space:
mode:
authorsuVene2008-12-18 17:27:37 +0000
committersuVene2008-12-18 17:27:37 +0000
commit7e2df6a0694f18c9569744d5707045fbc934f0c1 (patch)
treea9a68631640739558845577bf9b60f5150501e60 /notifier/growl.css
parentc3edf91140e9f8bef88bc2375f0cea4f2a753541 (diff)
downloadvimperator-plugins-7e2df6a0694f18c9569744d5707045fbc934f0c1.tar.bz2
* observer_growl. EventListener の登録失敗回避.[close all]追加.
* subject_weather_yahoo.js url の設定読込み. * growl.css className modify. git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@27040 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'notifier/growl.css')
-rw-r--r--notifier/growl.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/notifier/growl.css b/notifier/growl.css
index d67b681..ab172e0 100644
--- a/notifier/growl.css
+++ b/notifier/growl.css
@@ -36,12 +36,12 @@ body > div.observer_growl.center {
}
/** Cross Browser Styling **/
-div.center div.observer_growl_notification, div.center div.observer_growl-closer {
+div.center div.observer_growl_notification, div.center div.observer_growl_closer {
margin-left: auto;
margin-right: auto;
}
-div.observer_growl div.observer_growl_notification, div.observer_growl div.observer_growl-closer {
+div.observer_growl div.observer_growl_notification, div.observer_growl div.observer_growl_closer {
background-color: #000;
color: #fff;
opacity: .85;