Skip to content

Commit

Permalink
Add last.fm chart to site.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anil Wadghule committed Jun 7, 2014
1 parent a846c70 commit df12d56
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,2 +1,3 @@
.DS_Store
_site
.idea
2 changes: 1 addition & 1 deletion _config.yml
@@ -1,3 +1,3 @@
markdown: rdiscount
pygments: true
highlighter: pygments
lsi: false
5 changes: 5 additions & 0 deletions _layouts/default.html
Expand Up @@ -14,6 +14,11 @@
</head>
<body>


<a href="http://www.last.fm/user/anildigital/?chartstyle=basicrt10" id="lastfm_chart">
<img src="http://imagegen.last.fm/basicrt10/recenttracks/anildigital.gif" border="0" alt="anildigital's Profile Page" />
</a>

<div class="site">
<div class="header">
<h1><a href="/">anilwadghule.com</a> </h1>
Expand Down
15 changes: 11 additions & 4 deletions css/screen.css
Expand Up @@ -17,7 +17,7 @@ html, body {

body {
background-color: white;
font: 13.34px helvetica, arial, clean, sans-serif;
font: 13px helvetica, arial, clean, sans-serif;
*font-size: small;
text-align: center;
}
Expand Down Expand Up @@ -262,16 +262,23 @@ ul.posts span {

.related_left {
float:left;
width:45%;
width:45%;
}

.related_right {
float:right;
float:right;
}


.view_comments_link {
font-size:12px;
text-align:right;
margin-top:10px;
}

/* Display last.fm chart */
#lastfm_chart {
position:fixed;
top:42px;
right:30px;
z-index:1000;
}

0 comments on commit df12d56

Please sign in to comment.