Skip to content

Commit

Permalink
* Force text left aligned
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Sep 21, 2010
1 parent d0ca7ad commit a35a61a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@ Aligning the panel to the top-left corner:

### Change Log ###

2010 09 21 - **r5** (3.775 kb)
2010 09 21 - **r5** (3.800 kb)

* Different color per mode.
* Added MEM mode. (Chrome only)
* Force text left aligned.


2010 06 11 - **r4** (2.235 kb)
Expand Down
2 changes: 1 addition & 1 deletion build/Stats.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/Stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ var Stats = function () {

_container = document.createElement( 'div' );
_container.style.fontFamily = 'Helvetica, Arial, sans-serif';
_container.style.textAlign = 'left';
_container.style.fontSize = '9px';
_container.style.opacity = '0.9';
_container.style.width = '80px';
Expand Down

0 comments on commit a35a61a

Please sign in to comment.