estum / growlyflash

Growl-styled flash messages for Ruby on Rails and Bootstrap
MIT License
58 stars 34 forks source link

Added textCenter option #17

Closed BassT closed 9 years ago

BassT commented 9 years ago

If textCenter option is true, the text in the alert is centered.

estum commented 9 years ago

I think, it's a work for CSS, not JS. Just,

.alert.growlyflash {
  text-align: center;
}