From 9db01efcbbf496a098457822d4e230c256a9dbff Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 12 Mar 2008 11:21:06 -0400 Subject: [PATCH] Remove the text-indent from .input * printer.css.php * CHANGES --- CHANGES | 3 ++- printer.css.php | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 5e66e52..cfec381 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,4 @@ 3.1.0 =================== -- Change: BSPrinterElementTable:__construct() can now take straight strings and convert them into BSPrinterElementLabel's \ No newline at end of file +- Change: BSPrinterElementTable:__construct() can now take straight strings and convert them into BSPrinterElementLabel's +- Change: Removed the text indent on .input elements in BSPrinter \ No newline at end of file diff --git a/printer.css.php b/printer.css.php index 7fdf058..2c7ec95 100755 --- a/printer.css.php +++ b/printer.css.php @@ -208,8 +208,6 @@ input, textarea, select, option font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif; font-size: 11px; - text-indent: 5px; - margin: 3px 1px 1px 1px; } -- 2.22.5