mirror of https://github.com/tc39/test262.git
Made the website version number more prominent. This was a request from a TC-39 meeting.
This commit is contained in:
parent
0bcccaca10
commit
8aa57ec203
|
@ -152,7 +152,7 @@
|
|||
<!-- This is the Footer -->
|
||||
<div class="footer">
|
||||
<!--<div class="Links"> <a href="">Privacy</a> | <a href="">Terms of Use</a> </div>-->
|
||||
<div class="links">Ver. 0.5 25-Feb-2011</div>
|
||||
<div class="siteversion"><b>Ver. 0.5</b> 25-Feb-2011</div>
|
||||
<div class="copyright"> © <a href="http://www.ecma-international.org">ECMA International</a> </div>
|
||||
</div>
|
||||
<iframe id="scriptLoader" class="hide"></iframe>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<testSuite numTests="9703" version="0.5.1" date="03/01/2011">
|
||||
<testSuite numTests="9703" version="0.5.1" date="03/02/2011">
|
||||
<testGroup>resources/scripts/testcases/07_Lexical_Conventions.xml</testGroup>
|
||||
<testGroup>resources/scripts/testcases/08_Types.xml</testGroup>
|
||||
<testGroup>resources/scripts/testcases/09_Type_Conversion.xml</testGroup>
|
||||
|
|
|
@ -158,6 +158,12 @@ li.content
|
|||
float: left;
|
||||
}
|
||||
|
||||
.footer div.siteversion
|
||||
{
|
||||
font-size: 1.5em;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.footer div.copyright
|
||||
{
|
||||
float: right;
|
||||
|
|
Loading…
Reference in New Issue