Final changes

This commit is contained in:
Garen Torikian 2012-04-25 15:47:32 -07:00
commit 5841165597
6 changed files with 22 additions and 20 deletions

View file

@ -9,7 +9,7 @@
"node": "~0.6.0"
},
"dependencies": {
"panino" : "~1.0.5"
"panino" : "~1.0.12"
},
"devDependencies": {}
}

View file

@ -842,15 +842,14 @@ h3.methodToggle.active {
padding-top: 0;
width:100%;
background: #101010 url(../images/dashed_back.png) repeat 0 0;
color: #c3c3c3;
border-top: none;
font-size: 12px;
color: white;
border-top: none;
margin-top: 0;
}
#footer .container {
width: 710px;
padding-left: 300px;
font-size: 11px;
margin-left: auto;
margin-right: auto;
min-height: 60px;
@ -871,7 +870,7 @@ h3.methodToggle.active {
}
#footer a, #footer a:hover {
color: white;
color: #8DD0FF;
}
#footer .c9-logo {
width: 141px;
@ -967,6 +966,8 @@ body #dsq-reply h3{
display : none;
}
/* Sticky footer stuff */
html
{
height: 100%;

View file

@ -1,9 +1,9 @@
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-31174430-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-18736001-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

View file

@ -259,7 +259,7 @@ mixin links(collection)
mixin formatGHHref(url, type)
url = url.substring(url.indexOf("src/") + 4)
if type == 'nodejs_ref_guide'
url = url.substring(0, url.lastIndexOf("#"))
url = 'src/' + url
@ -267,4 +267,4 @@ mixin formatGHHref(url, type)
url = 'src/' + url
-url = url.replace(/\/{2,}/g, "/").replace(/\//g,"%2F")
<a href='http://c9.io/open/git/?url=git%3A%2F%2Fgithub.com%2Fc9%2Fnodemanual.org.git&file=#{url}&line_start=3&line_end=0' title='Edit in Cloud9 IDE'>[edit]</a>
<a href='http://c9.io/open/git/?url=git%3A%2F%2Fgithub.com%2Fajaxorg%2Face.git&file=#{url}&line_start=3&line_end=0' title='Edit in Cloud9 IDE'>[edit]</a>

View file

@ -56,8 +56,9 @@ mixin navBar
mixin footer
footer#footer
.container
.footer-text.pull-right Ace & Cloud9 IDE are &copy; <a href="http://c9.io/site/company/">c9.io</a> 2012
.footer-text.pull-right
p
<a href="http://www.c9.io">About Cloud9</a> | Ace & Cloud9 IDE are &copy; <a href="http://ajax.org">Ajax.org</a> 2012
mixin endingScripts
// scripts concatenated and minified via ant build script

View file

@ -113,9 +113,9 @@
</div>
<div id="footer">
<ul class="menu-footer">
<li><a href="http://www.cloud9ide.com">About Cloud9</a></li>
<li><a href="http://c9.io">About Cloud9</a></li>
<li>|</li>
<li>Ace & Cloud9 IDE are &copy; <a href="http://ajax.org">Ajax.org</a> 2011</li>
<li>Ace & Cloud9 IDE are &copy; <a href="http://ajax.org">Ajax.org</a> 2012</li>
</ul>
</div>