Template:Nanormous: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 3: Line 3:
<link href='http://nanomours.googlecode.com/svn/trunk/main.css' rel='stylesheet' type='text/css'>
<link href='http://nanomours.googlecode.com/svn/trunk/main.css' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Droid+Sans:400,700|Trade+Winds|Lato:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Droid+Sans:400,700|Trade+Winds|Lato:400,700' rel='stylesheet' type='text/css'>
<script type"text/javascript">
//fix heading
var h1 = $(".firstHeading").text().split("/");
$(".firstHeading").text(h1[h1.length-1]);
</script>
</head>
</head>
</html>
</html>

Revision as of 14:52, 13 July 2013

<html> <head> <link href='http://nanomours.googlecode.com/svn/trunk/main.css' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Droid+Sans:400,700|Trade+Winds|Lato:400,700' rel='stylesheet' type='text/css'> <script type"text/javascript"> //fix heading var h1 = $(".firstHeading").text().split("/"); $(".firstHeading").text(h1[h1.length-1]); </script> </head> </html>