diff --git a/css/styles.css b/css/styles.css index de6ed1c..fd87852 100644 --- a/css/styles.css +++ b/css/styles.css @@ -18,8 +18,9 @@ code { font-size: 1.2em; font-weight: bold; } .expression .result td { border-top: dotted 1px gray; } .expression { font-size: 1.5em; font-family: monospace } -.help { padding: 10px; background: #e0e0e0; } +.help { padding: 10px; background: #f8f8f8; } .help ul { list-style-type: none; margin: 0; padding: 0; } +.help p { margin-top: 0 } .configPnl .indicator { font-size: 0.7em; background: gray; color: white; padding: 2px; } .configPnl .on { background: darkblue; } diff --git a/index.html b/index.html index e46a0bb..5b7b12b 100644 --- a/index.html +++ b/index.html @@ -36,19 +36,21 @@ -

BitwiseCmd

+
+

BitwiseCmd

- + -
- +
+ - - em: Emphasize Bytes - -
+ + em: Emphasize Bytes + +
+
@@ -137,7 +139,7 @@ app.get('dispatcher').dispatch('help'); app.get('dispatcher').dispatch('1|2'); - app.get('dispatcher').dispatch('1 2'); + app.get('dispatcher').dispatch('2 4 8 16 32');