From kde-commits Wed Feb 09 20:36:05 2005 From: Jeff Snyder Date: Wed, 09 Feb 2005 20:36:05 +0000 To: kde-commits Subject: kdepim Message-Id: <20050209203605.ADE3A1D1B9 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=110798138125344 CVS commit by je4d: Fix issues with the css files - kmail.css wasn't in cvs, two copies of the global stylesheet were, and the title-text alignment was broken A kmail/about/kmail.css 1.1 M +1 -1 kmail/about/Makefile.am 1.8 M +8 -0 kontact/src/about/kontact.css 1.3 R kmail/about/kmail_about.css 1.1 R kontact/src/about/kde_about.css 1.1 --- kdepim/kmail/about/Makefile.am #1.7:1.8 @@ -2,5 +2,5 @@ top-right-kmail.png \ main.html \ - kmail_about.css + kmail.css aboutdir = $(kde_datadir)/kmail/about --- kdepim/kontact/src/about/kontact.css #1.2:1.3 @@ -8,4 +8,12 @@ } +#title { + right: 125px; +} + +#tagline { + right: 125px; +} + #boxCenter { background-image: url(box-center-kontact.png);