diff options
| author | kneath <kneath@gmail.com> | 2009-11-13 17:02:30 -0700 |
|---|---|---|
| committer | kneath <kneath@gmail.com> | 2009-11-13 17:02:30 -0700 |
| commit | 32ac7ce7260cedc59487cc36196542380d8e363b (patch) | |
| tree | 6f1bbaa0d158afe8b72e7ce5e76aeea79ebc09e8 | |
| parent | f2b0c7f2e36b5455d2373c2fe8ab57104c01635f (diff) | |
Fix css references
| -rw-r--r-- | _layouts/default.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 258cdb9..a722d2f 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -16,7 +16,8 @@ sidebar_cats: <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>Help.GitHub</title> - <link href="http://github.com/stylesheets/screen.css" media="screen" rel="stylesheet" type="text/css" /> + <link href="http://github.com/stylesheets/bundle_common.css" media="screen" rel="stylesheet" type="text/css" /> + <link href="http://github.com/stylesheets/bundle_github.css" media="screen" rel="stylesheet" type="text/css" /> <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" charset="utf-8"/> <link rel="stylesheet" href="/css/print.css" type="text/css" media="print"> |
