mirror of
https://github.com/tc39/test262.git
synced 2025-07-26 07:25:15 +02:00
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 -->
|
<!-- This is the Footer -->
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<!--<div class="Links"> <a href="">Privacy</a> | <a href="">Terms of Use</a> </div>-->
|
<!--<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 class="copyright"> © <a href="http://www.ecma-international.org">ECMA International</a> </div>
|
||||||
</div>
|
</div>
|
||||||
<iframe id="scriptLoader" class="hide"></iframe>
|
<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/07_Lexical_Conventions.xml</testGroup>
|
||||||
<testGroup>resources/scripts/testcases/08_Types.xml</testGroup>
|
<testGroup>resources/scripts/testcases/08_Types.xml</testGroup>
|
||||||
<testGroup>resources/scripts/testcases/09_Type_Conversion.xml</testGroup>
|
<testGroup>resources/scripts/testcases/09_Type_Conversion.xml</testGroup>
|
||||||
|
@ -158,6 +158,12 @@ li.content
|
|||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer div.siteversion
|
||||||
|
{
|
||||||
|
font-size: 1.5em;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
.footer div.copyright
|
.footer div.copyright
|
||||||
{
|
{
|
||||||
float: right;
|
float: right;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user