intval / phpguide

The code for the Israel php community (phpguide)
http://phpguide.co.il
10 stars 13 forks source link

Fixed UL/OL indentation and style-type #71

Closed orelby closed 11 years ago

intval commented 11 years ago

Thanks for the fix. The fix was made in a file called bootstrap.css which is part of an external library called twitter bootstrap. Modifying code in an external library is a bad practice since it prevents you from keeping up in pace with their latest updates. A good place would be to override the css inside the project's specific css file ( static/styles/style.css)

orelby commented 11 years ago

https://github.com/intval/phpguide/pull/72