This commit is contained in:
Peli de Halleux 2017-03-29 16:42:51 -07:00
commit f1d983eff9
2 changed files with 4 additions and 3 deletions

View File

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

View File

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