Skip to content

Commit a35a61a

Browse files
committed
* Force text left aligned
1 parent d0ca7ad commit a35a61a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,11 @@ Aligning the panel to the top-left corner:
4343

4444
### Change Log ###
4545

46-
2010 09 21 - **r5** (3.775 kb)
46+
2010 09 21 - **r5** (3.800 kb)
4747

4848
* Different color per mode.
4949
* Added MEM mode. (Chrome only)
50+
* Force text left aligned.
5051

5152

5253
2010 06 11 - **r4** (2.235 kb)

build/Stats.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Stats.js

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ var Stats = function () {
4242

4343
_container = document.createElement( 'div' );
4444
_container.style.fontFamily = 'Helvetica, Arial, sans-serif';
45+
_container.style.textAlign = 'left';
4546
_container.style.fontSize = '9px';
4647
_container.style.opacity = '0.9';
4748
_container.style.width = '80px';

0 commit comments

Comments
 (0)