ServerMule tutorial to help you install PostgreSQL on Centos.
Archives for May 2013
Fix bootstrap anchor tags position using fixed nav bars
If you’re using a .navbar-fixed-top fixed to top navbar in Twitter Bootstrap you probably have noticed your anchor ahref links no longer line up correctly. The easiset way to fix this is to the use the <section id=”MyAnchor”> tag with a padding-top equal to the padding you’ve added to the body. So for example if […]