Skip to content

Commit

Permalink
Rewrite imports
Browse files Browse the repository at this point in the history
  • Loading branch information
John Maxwell committed Jan 2, 2011
1 parent ca3aa31 commit 8db2e57
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions page.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<style type="text/css" media="screen">

@import "css/uni-form.css";
@import "/media/css/uni-form.css";

/* You don't need these, they are here to tune up the page */
html{ color: #343434; background: #bcc2c6 url(bg.png); font-size: 14px; line-height: 1.5; font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Verdana, sans-serif; }
Expand Down Expand Up @@ -89,11 +89,11 @@

</style>

<link href="css/blue.uni-form.css" media="screen" rel="stylesheet" />
<link href="/media/css/blue.uni-form.css" media="screen" rel="stylesheet" />

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script src="js/uni-form.jquery.js" type="text/javascript"></script>
<script src="cs/ebudget.js" type="text/javascript"></script>
<script src="/media/js/uni-form.jquery.js" type="text/javascript"></script>
<script src="/media/cs/ebudget.js" type="text/javascript"></script>

<!--[if lte ie 7]>
<style type="text/css" media="screen">
Expand Down

0 comments on commit 8db2e57

Please sign in to comment.