File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11body {
22 font : 16px "Lucida Grande" , "Trebuchet MS" , Verdana, sans-serif;
33 line-height : 175% ;
4+ background-color : # fff ;
5+ color : # 000 ;
46}
57
68a {
@@ -88,6 +90,17 @@ dd + dd {
8890 margin-bottom : 0 ;
8991}
9092
93+ .nav li : first-child {
94+ padding-left : 0 ;
95+ background-image : none;
96+ }
97+
98+ .nav li {
99+ list-style-type : none;
100+ padding-left : 20px ;
101+ background : 10px 50% no-repeat url (data:image/gif;base64, R0lGODlhAQATAKIEAGCl0GGm0mGm0WKn0v///wAAAAAAAAAAACH5BAEAAAQALAAAAAABABMAAAMJGAQkTQPKqEQCADs=);
102+ }
103+
91104# header-wrapper {
92105 padding : 1em 0 ;
93106 margin-bottom : 0 ;
@@ -97,27 +110,19 @@ dd + dd {
97110 height : 56px ;
98111}
99112
100- .logo {
113+ # header .logo {
101114 float : left;
102115}
103116
104- .nav {
117+ # header .nav {
105118 float : right;
106119}
107120
108- .nav li : first-child {
109- padding-left : 0 ;
110- background-image : none;
111- }
112-
113- .nav li {
114- list-style-type : none;
121+ # header .nav li {
115122 float : left;
116- margin : 2px 0 0 0 ;
117123 height : 56px ;
118- padding-left : 20px ;
119124 line-height : 56px ;
120- background : 10 px 50 % no-repeat url (data:image/gif;base64 , R0lGODlhAQATAKIEAGCl0GGm0mGm0WKn0v///wAAAAAAAAAAACH5BAEAAAQALAAAAAABABMAAAMJGAQkTQPKqEQCADs=) ;
125+ margin : 2 px 0 0 0 ;
121126}
122127
123128# wrapper {
@@ -126,6 +131,46 @@ dd + dd {
126131 min-height : 80% ;
127132}
128133
134+ # sidebar {
135+ padding-top : 1em ;
136+ }
137+
129138# content {
130- padding : 1em ;
139+ padding : 1em 0 ;
140+ }
141+
142+ # footer-wrapper {
143+ border-top : solid 2px # ddd ;
144+ background-color : # 222 ;
145+ padding : 1em 0 ;
146+ color : # eee ;
147+ height : 4em ;
148+ }
149+
150+ # footer {
151+ font-size : 12px ;
152+ line-height : 100% ;
153+ }
154+
155+ # footer .rackspace {
156+ line-height : 1.5em ;
157+ padding : 1.1em 1em 1em 65px ;
158+ color : # 666 ;
159+ background : url (/images/rackspace_logo.png) 1.2em 50% no-repeat # f1f1f1 ;
160+ -webkit-border-radius : 5px ;
161+ -moz-border-radius : 5px ;
162+ }
163+
164+ # bottom-nav {
165+ padding-top : 0.9em ;
166+ }
167+
168+ # footer .nav ,
169+ # footer .nav li {
170+ margin : 0 ;
171+ }
172+
173+ # footer .nav li {
174+ display : inline;
175+ line-height : 2em ;
131176}
Original file line number Diff line number Diff line change 1717< div id ="header-wrapper ">
1818 < div class ="container_12 " id ="header ">
1919 < div class ="grid_12 ">
20- < div id =" header-logo " class ="logo ">
20+ < div class ="logo ">
2121 < a href ="/ "> < img src ="/images/logo.png " /> </ a >
2222 </ div >
23- < ul id =" header-nav " class ="nav ">
23+ < ul class ="nav ">
2424 < li > < a href ="/v3 "> API v3</ a > </ li >
2525 < li > < a href ="http://develop.github.com "> API v2</ a > </ li >
2626 < li > < a
@@ -71,5 +71,29 @@ <h1 id="devgithubcom">dev.github.com</h1>
7171 </ div > <!-- #sidebar -->
7272</ div > <!-- #wrapper -->
7373
74+ < div id ="footer-wrapper ">
75+ < div id ="footer " class ="container_12 ">
76+ < div class ="grid_6 suffix_1 " id ="bottom-nav ">
77+ < ul class ="nav ">
78+ < li > < a href ="https://github.com/blog "> Blog</ a > </ li >
79+ < li > < a href ="http://support.github.com "> Support</ a > </ li >
80+ < li > < a href ="https://github.com/contact "> Contact</ a > </ li >
81+ < li > < a href ="https://twitter.com/github "> Twitter</ a > </ li >
82+ < li > < a href ="http://help.github.com/security/ "> Security</ a > </ li >
83+ < li > < a href ="https://github.com/github/dev.github.com "> Source</ a > </ li >
84+ </ ul >
85+ < ul class ="nav ">
86+ < li > © 2011 GitHub Inc. All rights
87+ reserved.</ li >
88+ < li > < a href ="http://help.github.com/terms/ "> Terms of Service</ a > </ li >
89+ < li > < a href ="http://help.github.com/privacy/ "> Privacy Policy</ a > </ li >
90+ </ ul >
91+ </ div >
92+ < div class ="grid_5 " id ="bottom-notice ">
93+ < p class ="rackspace "> Powered by the < a href ="http://rackspace.com " target ="_blank "> Dedicated Servers</ a > and < a href ="http://rackspacecloud.com " target ="_blank "> Cloud Computing</ a > of Rackspace Hosting®</ p >
94+ </ div >
95+ </ div > <!-- #footer -->
96+ </ div > <!-- #footer-wrapper -->
97+
7498</ body >
7599</ html >
Original file line number Diff line number Diff line change 1717< div id ="header-wrapper ">
1818 < div class ="container_12 " id ="header ">
1919 < div class ="grid_12 ">
20- < div id =" header-logo " class ="logo ">
20+ < div class ="logo ">
2121 < a href ="/ "> < img src ="/images/logo.png " /> </ a >
2222 </ div >
23- < ul id =" header-nav " class ="nav ">
23+ < ul class ="nav ">
2424 < li > < a href ="/v3 "> API v3</ a > </ li >
2525 < li > < a href ="http://develop.github.com "> API v2</ a > </ li >
2626 < li > < a
@@ -213,5 +213,29 @@ <h3 id="response-4">Response</h3>
213213 </ div > <!-- #sidebar -->
214214</ div > <!-- #wrapper -->
215215
216+ < div id ="footer-wrapper ">
217+ < div id ="footer " class ="container_12 ">
218+ < div class ="grid_6 suffix_1 " id ="bottom-nav ">
219+ < ul class ="nav ">
220+ < li > < a href ="https://github.com/blog "> Blog</ a > </ li >
221+ < li > < a href ="http://support.github.com "> Support</ a > </ li >
222+ < li > < a href ="https://github.com/contact "> Contact</ a > </ li >
223+ < li > < a href ="https://twitter.com/github "> Twitter</ a > </ li >
224+ < li > < a href ="http://help.github.com/security/ "> Security</ a > </ li >
225+ < li > < a href ="https://github.com/github/dev.github.com "> Source</ a > </ li >
226+ </ ul >
227+ < ul class ="nav ">
228+ < li > © 2011 GitHub Inc. All rights
229+ reserved.</ li >
230+ < li > < a href ="http://help.github.com/terms/ "> Terms of Service</ a > </ li >
231+ < li > < a href ="http://help.github.com/privacy/ "> Privacy Policy</ a > </ li >
232+ </ ul >
233+ </ div >
234+ < div class ="grid_5 " id ="bottom-notice ">
235+ < p class ="rackspace "> Powered by the < a href ="http://rackspace.com " target ="_blank "> Dedicated Servers</ a > and < a href ="http://rackspacecloud.com " target ="_blank "> Cloud Computing</ a > of Rackspace Hosting®</ p >
236+ </ div >
237+ </ div > <!-- #footer -->
238+ </ div > <!-- #footer-wrapper -->
239+
216240</ body >
217241</ html >
Original file line number Diff line number Diff line change 1717< div id ="header-wrapper ">
1818 < div class ="container_12 " id ="header ">
1919 < div class ="grid_12 ">
20- < div id =" header-logo " class ="logo ">
20+ < div class ="logo ">
2121 < a href ="/ "> < img src ="/images/logo.png " /> </ a >
2222 </ div >
23- < ul id =" header-nav " class ="nav ">
23+ < ul class ="nav ">
2424 < li > < a href ="/v3 "> API v3</ a > </ li >
2525 < li > < a href ="http://develop.github.com "> API v2</ a > </ li >
2626 < li > < a
@@ -343,5 +343,29 @@ <h3 id="response-4">Response</h3>
343343 </ div > <!-- #sidebar -->
344344</ div > <!-- #wrapper -->
345345
346+ < div id ="footer-wrapper ">
347+ < div id ="footer " class ="container_12 ">
348+ < div class ="grid_6 suffix_1 " id ="bottom-nav ">
349+ < ul class ="nav ">
350+ < li > < a href ="https://github.com/blog "> Blog</ a > </ li >
351+ < li > < a href ="http://support.github.com "> Support</ a > </ li >
352+ < li > < a href ="https://github.com/contact "> Contact</ a > </ li >
353+ < li > < a href ="https://twitter.com/github "> Twitter</ a > </ li >
354+ < li > < a href ="http://help.github.com/security/ "> Security</ a > </ li >
355+ < li > < a href ="https://github.com/github/dev.github.com "> Source</ a > </ li >
356+ </ ul >
357+ < ul class ="nav ">
358+ < li > © 2011 GitHub Inc. All rights
359+ reserved.</ li >
360+ < li > < a href ="http://help.github.com/terms/ "> Terms of Service</ a > </ li >
361+ < li > < a href ="http://help.github.com/privacy/ "> Privacy Policy</ a > </ li >
362+ </ ul >
363+ </ div >
364+ < div class ="grid_5 " id ="bottom-notice ">
365+ < p class ="rackspace "> Powered by the < a href ="http://rackspace.com " target ="_blank "> Dedicated Servers</ a > and < a href ="http://rackspacecloud.com " target ="_blank "> Cloud Computing</ a > of Rackspace Hosting®</ p >
366+ </ div >
367+ </ div > <!-- #footer -->
368+ </ div > <!-- #footer-wrapper -->
369+
346370</ body >
347371</ html >
Original file line number Diff line number Diff line change 1717< div id ="header-wrapper ">
1818 < div class ="container_12 " id ="header ">
1919 < div class ="grid_12 ">
20- < div id =" header-logo " class ="logo ">
20+ < div class ="logo ">
2121 < a href ="/ "> < img src ="/images/logo.png " /> </ a >
2222 </ div >
23- < ul id =" header-nav " class ="nav ">
23+ < ul class ="nav ">
2424 < li > < a href ="/v3 "> API v3</ a > </ li >
2525 < li > < a href ="http://develop.github.com "> API v2</ a > </ li >
2626 < li > < a
@@ -197,5 +197,29 @@ <h2 id="versions">Versions</h2>
197197 </ div > <!-- #sidebar -->
198198</ div > <!-- #wrapper -->
199199
200+ < div id ="footer-wrapper ">
201+ < div id ="footer " class ="container_12 ">
202+ < div class ="grid_6 suffix_1 " id ="bottom-nav ">
203+ < ul class ="nav ">
204+ < li > < a href ="https://github.com/blog "> Blog</ a > </ li >
205+ < li > < a href ="http://support.github.com "> Support</ a > </ li >
206+ < li > < a href ="https://github.com/contact "> Contact</ a > </ li >
207+ < li > < a href ="https://twitter.com/github "> Twitter</ a > </ li >
208+ < li > < a href ="http://help.github.com/security/ "> Security</ a > </ li >
209+ < li > < a href ="https://github.com/github/dev.github.com "> Source</ a > </ li >
210+ </ ul >
211+ < ul class ="nav ">
212+ < li > © 2011 GitHub Inc. All rights
213+ reserved.</ li >
214+ < li > < a href ="http://help.github.com/terms/ "> Terms of Service</ a > </ li >
215+ < li > < a href ="http://help.github.com/privacy/ "> Privacy Policy</ a > </ li >
216+ </ ul >
217+ </ div >
218+ < div class ="grid_5 " id ="bottom-notice ">
219+ < p class ="rackspace "> Powered by the < a href ="http://rackspace.com " target ="_blank "> Dedicated Servers</ a > and < a href ="http://rackspacecloud.com " target ="_blank "> Cloud Computing</ a > of Rackspace Hosting®</ p >
220+ </ div >
221+ </ div > <!-- #footer -->
222+ </ div > <!-- #footer-wrapper -->
223+
200224</ body >
201225</ html >
Original file line number Diff line number Diff line change 1717< div id ="header-wrapper ">
1818 < div class ="container_12 " id ="header ">
1919 < div class ="grid_12 ">
20- < div id =" header-logo " class ="logo ">
20+ < div class ="logo ">
2121 < a href ="/ "> < img src ="/images/logo.png " /> </ a >
2222 </ div >
23- < ul id =" header-nav " class ="nav ">
23+ < ul class ="nav ">
2424 < li > < a href ="/v3 "> API v3</ a > </ li >
2525 < li > < a href ="http://develop.github.com "> API v2</ a > </ li >
2626 < li > < a
@@ -75,5 +75,29 @@ <h3 id="input">Input</h3>
7575 </ div > <!-- #sidebar -->
7676</ div > <!-- #wrapper -->
7777
78+ < div id ="footer-wrapper ">
79+ < div id ="footer " class ="container_12 ">
80+ < div class ="grid_6 suffix_1 " id ="bottom-nav ">
81+ < ul class ="nav ">
82+ < li > < a href ="https://github.com/blog "> Blog</ a > </ li >
83+ < li > < a href ="http://support.github.com "> Support</ a > </ li >
84+ < li > < a href ="https://github.com/contact "> Contact</ a > </ li >
85+ < li > < a href ="https://twitter.com/github "> Twitter</ a > </ li >
86+ < li > < a href ="http://help.github.com/security/ "> Security</ a > </ li >
87+ < li > < a href ="https://github.com/github/dev.github.com "> Source</ a > </ li >
88+ </ ul >
89+ < ul class ="nav ">
90+ < li > © 2011 GitHub Inc. All rights
91+ reserved.</ li >
92+ < li > < a href ="http://help.github.com/terms/ "> Terms of Service</ a > </ li >
93+ < li > < a href ="http://help.github.com/privacy/ "> Privacy Policy</ a > </ li >
94+ </ ul >
95+ </ div >
96+ < div class ="grid_5 " id ="bottom-notice ">
97+ < p class ="rackspace "> Powered by the < a href ="http://rackspace.com " target ="_blank "> Dedicated Servers</ a > and < a href ="http://rackspacecloud.com " target ="_blank "> Cloud Computing</ a > of Rackspace Hosting®</ p >
98+ </ div >
99+ </ div > <!-- #footer -->
100+ </ div > <!-- #footer-wrapper -->
101+
78102</ body >
79103</ html >
Original file line number Diff line number Diff line change 1717< div id ="header-wrapper ">
1818 < div class ="container_12 " id ="header ">
1919 < div class ="grid_12 ">
20- < div id =" header-logo " class ="logo ">
20+ < div class ="logo ">
2121 < a href ="/ "> < img src ="/images/logo.png " /> </ a >
2222 </ div >
23- < ul id =" header-nav " class ="nav ">
23+ < ul class ="nav ">
2424 < li > < a href ="/v3 "> API v3</ a > </ li >
2525 < li > < a href ="http://develop.github.com "> API v2</ a > </ li >
2626 < li > < a
@@ -120,5 +120,29 @@ <h2 id="delete-an-issue">Delete an Issue</h2>
120120 </ div > <!-- #sidebar -->
121121</ div > <!-- #wrapper -->
122122
123+ < div id ="footer-wrapper ">
124+ < div id ="footer " class ="container_12 ">
125+ < div class ="grid_6 suffix_1 " id ="bottom-nav ">
126+ < ul class ="nav ">
127+ < li > < a href ="https://github.com/blog "> Blog</ a > </ li >
128+ < li > < a href ="http://support.github.com "> Support</ a > </ li >
129+ < li > < a href ="https://github.com/contact "> Contact</ a > </ li >
130+ < li > < a href ="https://twitter.com/github "> Twitter</ a > </ li >
131+ < li > < a href ="http://help.github.com/security/ "> Security</ a > </ li >
132+ < li > < a href ="https://github.com/github/dev.github.com "> Source</ a > </ li >
133+ </ ul >
134+ < ul class ="nav ">
135+ < li > © 2011 GitHub Inc. All rights
136+ reserved.</ li >
137+ < li > < a href ="http://help.github.com/terms/ "> Terms of Service</ a > </ li >
138+ < li > < a href ="http://help.github.com/privacy/ "> Privacy Policy</ a > </ li >
139+ </ ul >
140+ </ div >
141+ < div class ="grid_5 " id ="bottom-notice ">
142+ < p class ="rackspace "> Powered by the < a href ="http://rackspace.com " target ="_blank "> Dedicated Servers</ a > and < a href ="http://rackspacecloud.com " target ="_blank "> Cloud Computing</ a > of Rackspace Hosting®</ p >
143+ </ div >
144+ </ div > <!-- #footer -->
145+ </ div > <!-- #footer-wrapper -->
146+
123147</ body >
124148</ html >
You can’t perform that action at this time.
0 commit comments