SoftwareBrothers / active_skin

Flat skin for active admin.
MIT License
424 stars 115 forks source link

$skinLogo Overrides the config.site_title_link #32

Open troystarwalt opened 8 years ago

troystarwalt commented 8 years ago

Anyone find a clean way to keep the link that is defined in the active_admin initializer?

I did the below to fix it on my end.

h1.site_title {  
  background: none !important;  
  padding-left: inherit !important;  
  text-indent: 0 !important;  
 }