From 7a5e093ab307db6abaa51db26c319ec0eaa73438 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Thu, 23 May 2019 16:59:29 -0700 Subject: [PATCH] Aesthetics --- tax.html | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/tax.html b/tax.html index 8a149b4..73aa260 100644 --- a/tax.html +++ b/tax.html @@ -7,6 +7,8 @@ td { padding: .5em; vertical-align: top} textarea { height: 12em; } input { width: 7em } + .output { padding: 1em; background-color: #eee; border: thin solid #888; width: max-content; } + .privacy_policy { margin-top: 5em; } @@ -57,11 +59,13 @@ Desired after-tax salary
-

before tax - - federal tax - - state tax - = after tax.

+

+ before tax + - federal tax + - state tax + = after tax. +

-

Privacy policy: All calculations are client-side; no figures are sent to any server.

+

Privacy policy: All calculations are client-side; no figures are sent to any server.

-- 2.44.1