Made the website version number more prominent. This was a request from a TC-39 meeting.

This commit is contained in:
David Fugate 2011-03-04 15:08:50 -08:00
parent 0bcccaca10
commit 8aa57ec203
3 changed files with 8 additions and 2 deletions

View File

@ -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"> &copy; <a href="http://www.ecma-international.org">ECMA International</a> </div>
</div>
<iframe id="scriptLoader" class="hide"></iframe>

View File

@ -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>

View File

@ -158,6 +158,12 @@ li.content
float: left;
}
.footer div.siteversion
{
font-size: 1.5em;
float: left;
}
.footer div.copyright
{
float: right;