Browse Source

hometask js

Entony 7 years ago
parent
commit
1a3e86e497
1 changed files with 2 additions and 1 deletions
  1. 2 1
      31.07.2017all/Second task/js/script.js

+ 2 - 1
31.07.2017all/Second task/js/script.js

@@ -15,7 +15,8 @@ $(document).ready(function (){
 	$('tr:nth-child(-n+6)').css('background', '#106B63');
 	$('tr:nth-child(n+7):nth-child(-n+9)').css('background', '#E7C610');
 	$('tr:nth-child(n+10):nth-child(-n+12)').css('background', '#C64A08');
-	$('tr:nth-child(n+13):nth-child(-n+19)').css('background', '#102173');
+	$('tr:nth-child(n+13):nth-child(-n+15)').css('background', '#B43100');
+	$('tr:nth-child(n+16)').css('background', '#102173');
 	$('.none').css({
 		'background' : '#fff',
 		'border' : 'none'