From: Robert Sesek Date: Wed, 12 Mar 2008 15:21:06 +0000 (-0400) Subject: Remove the text-indent from .input X-Git-Tag: 3.1.0~16 X-Git-Url: https://src.bluestatic.org/?a=commitdiff_plain;h=9db01efcbbf496a098457822d4e230c256a9dbff;p=isso.git Remove the text-indent from .input * printer.css.php * CHANGES --- 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; }