diff options
| -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> |
