Stylesheet is not loading on firefox and IE!

Something else I noticed is that it seems wordpress adds some additional styles on its own.Here’s what I found on the source page:

When you browse your blog while logged in, wordpress adds 28px margin to top of html/body to make space for their – WordPress Toolbar

And here’s line of code from my theme which is correctly loading stylesheet –

<link rel="stylesheet" type="text/css" media="all" href="https://wordpress.stackexchange.com/questions/61663/<?php bloginfo("stylesheet_url' ); ?>" />