Description: [Optimization] Move the style realted node to top of head instead of appending at the end.
Keeping the link tags before script tags will help in parallelize the resource fetching as the script fetching is blocking. Please review this at http://codereview.appspot.com/2013046/ Affected files: java/gadgets/src/main/java/org/apache/shindig/gadgets/rewrite/StyleAdjacencyVisitor.java java/gadgets/src/test/java/org/apache/shindig/gadgets/rewrite/StyleAdjacencyVisitorTest.java Satya
