From b015938f48bd5e32050d148616ad85c3352d053a Mon Sep 17 00:00:00 2001 From: suVene Date: Thu, 25 Dec 2008 18:24:16 +0000 Subject: typo className. git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@27428 d0d07461-0603-4401-acd4-de1884942a52 --- notifier/growl.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'notifier') diff --git a/notifier/growl.css b/notifier/growl.css index ab172e0..5bcde51 100644 --- a/notifier/growl.css +++ b/notifier/growl.css @@ -1,4 +1,12 @@ +/*** BEGIN LICENSE BLOCK {{{ + Copyright (c) 2008 suVene + distributable under the terms of an MIT-style license. + http://www.opensource.jp/licenses/mit-license.html + + @based on jGrowl + http://stanlemon.net/projects/jgrowl.html +}}} END LICENSE BLOCK ***/ div.observer_growl { padding: 10px; z-index: 9999; @@ -80,7 +88,7 @@ div.observer_growl div.observer_growl_notification div.close { cursor: pointer; } -div.observer_growl div.observer_growl-closer { +div.observer_growl div.observer_growl_closer { height: 15px; padding-top: 4px; padding-bottom: 4px; -- cgit v1.2.3