From 90ac24bb3bcb739f54d7a0a4e1dc46cf9d680e1d Mon Sep 17 00:00:00 2001 From: Borys Levytskyi Date: Sun, 5 Apr 2015 00:56:22 +0300 Subject: [PATCH] adjustments of styles --- css/styles.css | 3 ++- index.html | 24 +++++++++++++----------- 2 files changed, 15 insertions(+), 12 deletions(-) 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');