diff options
| author | tekkub <tekkub@gmail.com> | 2009-06-15 23:30:48 -0600 |
|---|---|---|
| committer | tekkub <tekkub@gmail.com> | 2009-06-15 23:30:48 -0600 |
| commit | 8174a238699b9d59ed6fdee1b83f9f428834f36a (patch) | |
| tree | 7eb76d9d7d25a59f2f8fa32ee55213cc72f0e8b2 /_layouts | |
| parent | 22633fd2f66a766f6357204b7f4998b8e4896b0a (diff) | |
Fix css paths
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/default.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index cff52eb..bfcb9a2 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -6,14 +6,14 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>Help.GitHub</title> - <link rel="stylesheet" href="css/screen.css" type="text/css" media="screen, projection"> - <link rel="stylesheet" href="css/print.css" type="text/css" media="print"> + <link rel="stylesheet" href="/css/screen.css" type="text/css" media="screen, projection"> + <link rel="stylesheet" href="/css/print.css" type="text/css" media="print"> <!--[if IE]> - <link rel="stylesheet" href="css/ie.css" type="text/css" media="screen, projection"> + <link rel="stylesheet" href="/css/ie.css" type="text/css" media="screen, projection"> <![endif]--> - <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8"/> - <link rel="stylesheet" href="css/thickbox.css" type="text/css" media="screen"/> + <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" charset="utf-8"/> + <link rel="stylesheet" href="/css/thickbox.css" type="text/css" media="screen"/> </head> <body> |
