diff options
| author | Cameron McEfee <cameron@github.com> | 2011-05-16 10:23:11 -0700 |
|---|---|---|
| committer | Cameron McEfee <cameron@github.com> | 2011-05-16 16:55:31 -0700 |
| commit | 2575b8a597d3febb0088d02fb64214c3dbd5fd57 (patch) | |
| tree | 8f8b953553b065fb604af179f0047ea9585dbfa4 /_layouts | |
| parent | 836ff8f64638d8bdcdb96e7baa650e998dd663c4 (diff) | |
bring documentation in line with new styles
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/default.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index c5ca453..f1ede0f 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -19,6 +19,7 @@ sidebar_cats: <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>Help.GitHub - {{ page.title }}</title> <link href="/global/css/documentation.css" media="screen" rel="stylesheet" type="text/css"> + <link href="/global/css/pygments.css" media="screen" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen"> <link rel="stylesheet" href="/css/print.css" type="text/css" media="print"> <script src="/js/jquery-1.js" type="text/javascript"></script> |
