diff --git a/index-open.html b/index-open.html index ab4111c..d8291d6 100644 --- a/index-open.html +++ b/index-open.html @@ -16,10 +16,22 @@ .cwhite { color: white; } - .br { + .br1 { position: absolute; bottom: 8px; right: 16px; + font-size: 12px; + } + .br2 { + position: absolute; + bottom: 22px; + right: 16px; + font-size: 12px; + } + .br3 { + position: absolute; + bottom: 36px; + right: 16px; font-size: 12px; } html { @@ -38,9 +50,9 @@ } </style> <body> - <p class="cwhite br">DremJS Version 0.0.6a</p> - <p class="cwhite br">Build 6</p> - <p class="cwhite br">© Innovation Inc.</p> + <p class="cwhite br1">DremJS Version 0.0.6a</p> + <p class="cwhite br2">Build 6</p> + <p class="cwhite br3">© Innovation Inc.</p> <div class="start"> <ul class="astart"> <dt><a href="apps/About/index.html"><p><img src="apps/About/about.png" align="middle">About DremJS</p></a></dt>