diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-08-17 22:38:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-08-17 22:38:52 +0900 |
commit | 67668c30ebb24145763349128df80d7e77748d6c (patch) | |
tree | fbcf27df6166ce92bf1565507f1b288654d28a14 /tdeui | |
parent | 229b6440dd12f3fb4595ef043557015c893f4f19 (diff) | |
download | tdelibs-67668c30ebb24145763349128df80d7e77748d6c.tar.gz tdelibs-67668c30ebb24145763349128df80d7e77748d6c.zip |
Fixed initial background color for new TDE style files.
Diffstat (limited to 'tdeui')
-rwxr-xr-x | tdeui/about/kde_infopage.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tdeui/about/kde_infopage.css b/tdeui/about/kde_infopage.css index 1a90c78f6..4e85ff765 100755 --- a/tdeui/about/kde_infopage.css +++ b/tdeui/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;} |