Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nakajima committed Apr 5, 2009
1 parent b6cc85b commit b3e5dc6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions example/views/index.erb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@


<html lang="en"> <html lang="en">
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>untitled</title> <title>untitled</title>
<script src="/jquery-1.3.2.js" type="text/javascript" charset="utf-8"></script> <script src="/jquery-1.3.2.js" type="text/javascript" charset="utf-8"></script>
<script src="/jquery.color.js" type="text/javascript" charset="utf-8"></script> <script src="/jquery.color.js" type="text/javascript" charset="utf-8"></script>
<script src="/jquery-glowing.js" type="text/javascript" charset="utf-8"></script> <script src="/jquery-glowing.js" type="text/javascript" charset="utf-8"></script>
Expand All @@ -16,21 +16,21 @@
background: #101010; background: #101010;
color: #555; color: #555;
} }

p { p {
margin: 0.4em auto; margin: 0.4em auto;
} }

div { div {
width: 800px; width: 800px;
margin: 1em auto; margin: 1em auto;
} }

a { a {
text-decoration: none; text-decoration: none;
color: #777; color: #777;
} }

a.glowing { a.glowing {
color: #0af; color: #0af;
} }
Expand All @@ -44,7 +44,7 @@
$('*').bind('glow:started', console.info); $('*').bind('glow:started', console.info);
$('*').bind('glow:canceled', console.info); $('*').bind('glow:canceled', console.info);
}); });

</script> </script>
</head> </head>
<body> <body>
Expand Down

0 comments on commit b3e5dc6

Please sign in to comment.