diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-11-24 08:05:08 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-11-24 08:05:08 +0000 |
commit | 2a2154e7ebac202704a8971babbd6df9591aebed (patch) | |
tree | 42cc2eb0bbccdc05fbfd039f017f0538aa80e9dd /UI/Customer/customer.css | |
parent | 6a7a141363fc99215e363010e3c7dbe5e4e890c4 (diff) |
Moving Customer templates to be generally used by vendors, etc.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1897 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI/Customer/customer.css')
-rw-r--r-- | UI/Customer/customer.css | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/UI/Customer/customer.css b/UI/Customer/customer.css deleted file mode 100644 index e93cd0bd..00000000 --- a/UI/Customer/customer.css +++ /dev/null @@ -1,20 +0,0 @@ -label { - text-align: right; - margin-left: auto; - margin-right: 0em; -} - -input { margin-left: 0em; - margin-right: auto; -} - -ul.navigation li { - display: inline; - padding-left: 1em; - padding-right: 1em; - padding-top: 0.5em; - padding-bottom: 0.5em; - margin-right: 1em; - margin-left: 1em; - margin-bottom: 0em; -} |