Merge remote-tracking branch 'origin/master' into pr/45
# Conflicts: # layouts/index.html
This commit is contained in:
commit
6bc232a50d
6 changed files with 11 additions and 16 deletions
|
|
@ -31,17 +31,9 @@ var $sitehead = $("#site-head");
|
|||
}
|
||||
}
|
||||
$(document).ready(function () {
|
||||
$postholder.each(function (e) {
|
||||
if (e % 2 != 0) $(this).addClass("odd");
|
||||
});
|
||||
|
||||
$postafter.each(function (e) {
|
||||
var bg = $(this).parent().css("background-color");
|
||||
$(this).css("border-top-color", bg);
|
||||
|
||||
if (e % 2 == 0) {
|
||||
$(this).addClass("even");
|
||||
}
|
||||
});
|
||||
|
||||
$("a.btn.site-menu").click(function (e) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue