Module: bugzilla Branch: master Commit: c7ebce75b34521d3adc9756650eafc24e1aa3355 URL: http://source.winehq.org/git/bugzilla.git/?a=commit;h=c7ebce75b34521d3adc975...
Author: Jeremy Newman jnewman@codeweavers.com Date: Tue Dec 9 13:12:33 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 61d9939..8cd0397 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;