Skip to content

Commit 1d59ffc

Browse files
committed
Merge branch 'master' of github.com:walterbender/musicblocks
2 parents b9b125b + 59b83ea commit 1d59ffc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

css/activity.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
z-index: 9999;
55
top: 0;
66
left: 0;
7-
width: 100%;
7+
width: 60%;
88
max-height: 100%;
99
overflow-y: scroll;
1010
background: rgba(255, 255, 255, 0.85);
@@ -35,7 +35,7 @@
3535
list-style: none;
3636
}
3737

38-
#popdown-palette h2 {
38+
#popdown-palette h3 {
3939
border-bottom: 1px solid #444;
4040
width: 50%;
4141
padding: 0 10%;
@@ -68,7 +68,7 @@ div.back {
6868
height: 2.5em;
6969
width: 100%;
7070
top: calc(100% - 2.5em);
71-
background-color: #999;
71+
background-color: #4682B4;
7272
}
7373

7474
div.back h2 {

js/basicblocks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ function initBasicProtoBlocks(palettes, blocks) {
288288
hertzBlock.staticLabels.push(_('hertz'));
289289
hertzBlock.adjustWidthToLabel();
290290
hertzBlock.oneArgBlock();
291-
hertzBlock.defaults.push(440);
291+
hertzBlock.defaults.push(392);
292292

293293
var pitchNumberBlock = new ProtoBlock('pitchnumber');
294294
pitchNumberBlock.palette = palettes.dict['pitch'];

0 commit comments

Comments
 (0)