Module: appdb Branch: master Commit: 24495cc9e1efee1a304993039c518f437fb49036 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=24495cc9e1efee1a304993039...
Author: Jeremy Newman jnewman@codeweavers.com Date: Tue Dec 9 13:11:59 2008 -0600
set 0 padding on top tabs
---
styles.css | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/styles.css b/styles.css index 014cbeb..0013964 100644 --- a/styles.css +++ b/styles.css @@ -76,7 +76,7 @@ BODY { width: 112px; height: 28px; margin: 0px 2px 0px 2px; - padding: 2px 0px 0px 0px; + padding: 0; text-align: center; background-image: url('images/tab_u.png'); background-repeat: no-repeat;