mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-22 12:42:44 +01:00
Merge branch 'master' into MultipleOperandsExpressions
Conflicts: src/js/app/bitwise/expression.js src/js/app/modelViews.js tests/e2e/spec.js tests/unit/domain/expressionSpec.js
This commit is contained in:
@@ -20,6 +20,8 @@ code { font-size: 1.2em; font-weight: bold; }
|
||||
|
||||
.expression .label { font-weight: bold; padding-right: 5px; text-align: right; }
|
||||
.expression .bin { letter-spacing: 3px; }
|
||||
.expression .flipable { cursor: pointer; opacity: 1 }
|
||||
.expression .flipable:hover { opacity: 0.8 }
|
||||
.expression .byte { margin: 0 3px; }
|
||||
.expression .flipable { cursor: pointer; opacity: 1 }
|
||||
.expression .flipable:hover { opacity: 0.8 }
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
this.initialize();
|
||||
};
|
||||
|
||||
|
||||
window.app = app;
|
||||
|
||||
})(window.core);
|
||||
Reference in New Issue
Block a user