As many of you know, Jagex redesigned their billing system today. What you don't know is that they included some code in preperation for MechScape. To make things even more exciting, two blocks of that code perfectly link the titles MechScape and Stellar Dawn.
When looking at the source of the billing page, one of the *.css files used includes these blocks of code:
Notice that the blocks of code refer to the class #mechscape, but the background image is entitled 'product_stellardawn'. MechScape is Stellar Dawn.
When looking at the source of the billing page, one of the *.css files used includes these blocks of code:
CODE
#mechscape.product span.selected {
background-image: url("https://www.jagex.com/img/crossservice/new_billing/paymentOptions/product_stellardawn_selected.jpg");
background-color: green;
}
background-image: url("https://www.jagex.com/img/crossservice/new_billing/paymentOptions/product_stellardawn_selected.jpg");
background-color: green;
}
CODE
#mechscape {
background: silver url("https://www.jagex.com/img/crossservice/new_billing/paymentOptions/product_stellardawn.jpg");
}
background: silver url("https://www.jagex.com/img/crossservice/new_billing/paymentOptions/product_stellardawn.jpg");
}
Notice that the blocks of code refer to the class #mechscape, but the background image is entitled 'product_stellardawn'. MechScape is Stellar Dawn.
Again, not really anything new, per se, but it's even more concrete than that thing with the client.

