adjusted css colors and new fork me on github to match!
This commit is contained in:
parent
1cea09b7b1
commit
5a8c781fa1
2 changed files with 4 additions and 33 deletions
|
@ -19,12 +19,6 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<!-- ClickTale Top part -->
|
|
||||||
<script type="text/javascript">
|
|
||||||
var WRInitTime=(new Date()).getTime();
|
|
||||||
</script>
|
|
||||||
<!-- ClickTale end of Top part -->
|
|
||||||
|
|
||||||
<div class="site">
|
<div class="site">
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<a href="/">Brendan McDevitt</a>
|
<a href="/">Brendan McDevitt</a>
|
||||||
|
@ -32,34 +26,11 @@ var WRInitTime=(new Date()).getTime();
|
||||||
<a class="extra" href="/about">about</a>
|
<a class="extra" href="/about">about</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
|
||||||
<a href="http://github.com/booboy"><img style="position: absolute; top: 0;
|
<a href="https://github.com/booboy"><img style="position: absolute; top: 0;
|
||||||
right: 0; border: 0;"
|
right: 0; border: 0; width: 149px; height: 149px;"
|
||||||
src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" /></a>
|
src="http://aral.github.com/fork-me-on-github-retina-ribbons/right-green@2x.png" alt="Fork me on GitHub"></a>
|
||||||
|
|
||||||
<!-- ClickTale Bottom part -->
|
|
||||||
<div id="ClickTaleDiv" style="display: none;"></div>
|
|
||||||
<script type="text/javascript">
|
|
||||||
if(document.location.protocol!='https:')
|
|
||||||
document.write(unescape("%3Cscript%20src='https://s.clicktale.net/WRb.js'%20type='text/javascript'%3E%3C/script%3E"));
|
|
||||||
</script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
if(typeof ClickTale=='function') ClickTale(206,0.3,"www03");
|
|
||||||
</script>
|
|
||||||
<!-- ClickTale end of Bottom part -->
|
|
||||||
|
|
||||||
<!-- Google Analytics -->
|
|
||||||
<script type="text/javascript">
|
|
||||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
|
||||||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
|
||||||
</script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
var pageTracker = _gat._getTracker("UA-6016902-1");
|
|
||||||
pageTracker._trackPageview();
|
|
||||||
</script>
|
|
||||||
<!-- Google Analytics end -->
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -93,7 +93,7 @@ ul.posts {
|
||||||
}
|
}
|
||||||
|
|
||||||
.site .title a {
|
.site .title a {
|
||||||
color: #a00;
|
color: #009933;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue