Merge branch 'master' of https://github.com/Microsoft/pxt-microbit
This commit is contained in:
commit
f1d983eff9
@ -18,8 +18,8 @@ input.setAccelerometerRange(AcceleratorRange.OneG);
|
|||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
|
||||||
This program says the highest acceleration that your @boardname@
|
This program sets the highest acceleration that your @boardname@
|
||||||
will measure is 4G. Then it measures acceleration from side to side
|
will measure is 4G. Then it shows acceleration from side to side
|
||||||
until you stop the program.
|
until you stop the program.
|
||||||
|
|
||||||
```blocks
|
```blocks
|
||||||
|
@ -46,7 +46,8 @@
|
|||||||
*******************************/
|
*******************************/
|
||||||
|
|
||||||
div.blocklyTreeRow {
|
div.blocklyTreeRow {
|
||||||
border-bottom: 1px solid #ecf0f1 !important;
|
box-shadow: 0 1px 0 #ecf0f1 inset;
|
||||||
|
|
||||||
margin-bottom: 0px !important;
|
margin-bottom: 0px !important;
|
||||||
|
|
||||||
-webkit-transition-property: background-color; /* Safari */
|
-webkit-transition-property: background-color; /* Safari */
|
||||||
|
Loading…
Reference in New Issue
Block a user