summaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
authortekkub <tekkub@gmail.com>2009-07-23 01:40:00 -0600
committertekkub <tekkub@gmail.com>2009-07-23 01:40:00 -0600
commitab8d18035778087fb599175bc73628a654ff6c0a (patch)
tree117123cd230c19eb24bb8f3decd3d0ba1f287321 /_layouts/default.html
parent1713fa0405c9987cd39a0958f4da36ee9e99727e (diff)
First bit of css updating to match pages.github
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html87
1 files changed, 41 insertions, 46 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 1e95c6b..04abf98 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -2,64 +2,59 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <title>Help.GitHub</title>
+ <head>
+ <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">
- <!--[if IE]>
- <link rel="stylesheet" href="/css/ie.css" type="text/css" media="screen, projection">
- <![endif]-->
+ <link href="http://github.com/stylesheets/screen.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">
+ </head>
- <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>
+ <div id="main">
+ <div id="header" class="basic">
-<body>
- <div class="container">
-
- <div class="span-21" id="header">
- <div class="span-10">
- <a href="/"><img src="/images/help.github.png" alt="github learn logo" /></a>
+ <div class="site">
+ <div class="logo">
+ <a href="/"><img src="/images/help.github.png" alt="github learn logo" /></a>
+ </div>
+ <div class="actions">
+ <a href="http://github.com">home</a>
+ <a href="http://github.com/login">login</a>
+ <a href="http://github.com/signup">signup!</a>
+ </div>
+ </div>
</div>
- <div class="span-11 last">
- <div id="links">
- <a href="http://github.com">home</a>
- <a href="http://github.com/login">login</a>
- <a href="http://github.com/signup">signup!</a>
+ <div id="content" class="site">
+ <div class="wikistyle">
+ <h1>{{ page.title }}</h1>
+
+ {{ content }}
</div>
</div>
+ <div class="push"></div>
</div>
- <div class="span-21" id="welcome">
- <h1>{{ page.title }}</h1>
- </div>
-
- {{ content }}
+ <div id="footer">
+ <div class="site">
- <div id="footer" class="span-21">
- <div class="info span-12">
- <div class="links">
- <a href="http://github.com/blog/148-github-shirts-now-available">T-Shirts</a> |
- <a href="http://github.com/blog">Blog</a> |
- <a href="http://support.github.com/">Support</a> |
- <a href="http://github.com/training">Git Training</a> |
- <a href="http://github.com/contact">Contact</a> |
- <a href="http://groups.google.com/group/github/">Google Group</a> |
- <a href="http://github.wordpress.com">Status</a>
- </div>
- <div class="company">
- GitHub is <a href="http://logicalawesome.com/">Logical Awesome</a> &copy;2009 | <a href="http://github.com/site/terms">Terms of Service</a> | <a href="http://github.com/site/privacy">Privacy Policy</a>
+ <div class="info">
+ <div class="links">
+ <a href="http://github.com/blog/148-github-shirts-now-available">T-Shirts</a> |
+ <a href="http://github.com/blog">Blog</a> |
+ <a href="http://support.github.com/">Support</a> |
+ <a href="http://github.com/training">Git Training</a> |
+ <a href="http://github.com/contact">Contact</a> |
+ <a href="http://groups.google.com/group/github/">Google Group</a> |
+ <a href="http://github.wordpress.com">Status</a>
+ </div>
+ <div class="company">
+ GitHub is <a href="http://logicalawesome.com/">Logical Awesome</a> &copy;2009 | <a href="http://github.com/site/terms">Terms of Service</a> | <a href="http://github.com/site/privacy">Privacy Policy</a>
+ </div>
</div>
</div>
- <div class="fork span-7">
- This website is <a href="http://github.com/help/help.github.com">open source</a>.
- Please help us by forking the project and adding to it.
- </div>
</div>
-
- </div>
</body>
</html> \ No newline at end of file