removed interiorLink class

This commit is contained in:
Luke Pulverenti 2013-03-26 23:04:51 -04:00
parent 686e5cfa86
commit c524363843
2 changed files with 4 additions and 9 deletions

View File

@ -91,11 +91,6 @@ pre, textarea.pre {
background-attachment: fixed!important;
}
.libraryPage .interiorLink {
color: #2489ce;
font-weight: bold;
}
/*
Header
*/

View File

@ -233,10 +233,10 @@
html += '  /  ';
}
html += '<a class="interiorLink" href="#">' + item.Genres[i] + '</a>';
html += '<a href="#">' + item.Genres[i] + '</a>';
}
elem.html(html);
elem.html(html).trigger('create');
} else {
@ -259,10 +259,10 @@
html += '&nbsp;&nbsp;/&nbsp;&nbsp;';
}
html += '<a class="interiorLink" href="#">' + item.Studios[i] + '</a>';
html += '<a href="#">' + item.Studios[i] + '</a>';
}
elem.html(html);
elem.html(html).trigger('create');
} else {