diff --git a/plugin.rb b/plugin.rb index 10538eb..372f600 100644 --- a/plugin.rb +++ b/plugin.rb @@ -1,6 +1,4 @@ -# name: image-classes -# about: Whitelist a few image tag classes to allow for styling with css -# version: 0.1 -# authors: scossar - -register_asset 'javascripts/span-tag-whitelist.js', :server_side +# name: span-class +# about: Whitelist a some custom CSS classes for span for typography experiments +# version: 0.2 +# authors: scossar, norandom