diff options
author | suVene | 2008-12-25 18:24:16 +0000 |
---|---|---|
committer | suVene | 2008-12-25 18:24:16 +0000 |
commit | b015938f48bd5e32050d148616ad85c3352d053a (patch) | |
tree | 2c326c3712a43d2ffdd9770eaf12afc0b92e2433 /notifier | |
parent | 73b78c4ba915e3a3252a7813c6a1864c56b062ed (diff) | |
download | vimperator-plugins-b015938f48bd5e32050d148616ad85c3352d053a.tar.bz2 |
typo className.
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@27428 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'notifier')
-rw-r--r-- | notifier/growl.css | 10 |
1 files changed, 9 insertions, 1 deletions
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<suvene@zeromemory.info> + 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; |