Remove the text-indent from .input
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 12 Mar 2008 15:21:06 +0000 (11:21 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 12 Mar 2008 15:21:06 +0000 (11:21 -0400)
* printer.css.php
* CHANGES

CHANGES
printer.css.php

diff --git a/CHANGES b/CHANGES
index 5e66e521586d5bfd3cd918e7fa80f743587902e2..cfec3816d545e086c86a3af926e9b3efcc005594 100644 (file)
--- 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
index 7fdf058ddbb0969c500e6784d1699133872d6c5c..2c7ec95e295578317d6cd7c5e991ac4f1908383b 100755 (executable)
@@ -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;
 }