summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-08-24 12:00:02 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-08-24 12:00:02 +0900
commit74ca6ba8f5fcaf1d6782f9d0a486677d3556e8ea (patch)
treec20ab0f34770125c24eb8db519e936404f140e86
parentd66036347d2eb73dd3445da305390e7717130b81 (diff)
downloaddigikam-74ca6ba8.tar.gz
digikam-74ca6ba8.zip
Fixed initial background color for new TDE style files.
-rw-r--r--digikam/data/about/kde_infopage.css7
1 files changed, 3 insertions, 4 deletions
diff --git a/digikam/data/about/kde_infopage.css b/digikam/data/about/kde_infopage.css
index 5ace71f..e943b88 100644
--- a/digikam/data/about/kde_infopage.css
+++ b/digikam/data/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;}
@@ -56,7 +55,7 @@ body {margin: 0px; padding: 0px; background-color: #418ade; background-image: ur
/* title and tagline are part of the header diff */
#title {
position: absolute;
- top: 60px;
+ top: 65px;
left: 140px;
margin-top: -1em;
text-align: left;