thessrb / thessrbio

Thessaloniki Ruby Meetup home
3 stars 12 forks source link

Fix for forkme_banner blacktocat.png asset image #47

Closed stevelaskaridis closed 9 years ago

stevelaskaridis commented 9 years ago

Related to issue #45

  1. Renamed stylesheet.css to stylesheet.css.erb (because of point (2))
  2. Changed the url of the background for forkme_banner to access the image asset. (previously the url led to ../images/blacktocat.png which, of course, is not accessible)
  3. Deleted padding and background rules from custom.css in order to show the blacktocat.png image.

The expected result is pretty much the same as in thessrb.io, as far as the forkme_banner is concerned, which is shown below.

forkme_banner

Greatly appreciated suggestions from @petros and @xaris.

petros commented 9 years ago

Thanks for taking the time to resubmit the pull request! You rock!

stevelaskaridis commented 9 years ago

No worries ... Thanks again for the advice!