diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-08-17 22:37:54 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-08-17 22:37:54 +0900 |
commit | ae82077cff1b2967b0cd610aa12c68f001efd462 (patch) | |
tree | ae3755f213425c80df1961db4f8086a0ecd54308 /libtdepim | |
parent | 2294e0725a0c1702399f7e3b7427e077b25e57b3 (diff) | |
download | tdepim-ae82077cff1b2967b0cd610aa12c68f001efd462.tar.gz tdepim-ae82077cff1b2967b0cd610aa12c68f001efd462.zip |
Fixed initial background color for new TDE style files.
Diffstat (limited to 'libtdepim')
-rwxr-xr-x | libtdepim/about/kde_infopage.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libtdepim/about/kde_infopage.css b/libtdepim/about/kde_infopage.css index c97f2d353..e943b888d 100755 --- a/libtdepim/about/kde_infopage.css +++ b/libtdepim/about/kde_infopage.css @@ -1,10 +1,9 @@ - /* - * text styles TDE 3.5.13.2 + * text styles TDE 14.0.0 */ img {margin: 0px; padding: 0px} -body {margin: 0px; padding: 0px; background-color: #418ade; background-image: url(back.png); -khtml-background-size: 100%; color: #111111; height="100%"; width="100%" } +body {margin: 0px; padding: 0px; background-color: #003070; background-image: url(back.png); -khtml-background-size: 100%; color: #111111; height="100%"; width="100%" } .bar_text a {color: #008;} |