Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorOliver Schneider <oliver@assarbad.net>2011-04-22 05:28:19 +0400
committerOliver Schneider <oliver@assarbad.net>2011-04-22 05:28:19 +0400
commite5982c4f2b3e16f3fb4ecf0cdc0caf1761cae6c4 (patch)
treedca4aa664f8100a9d8f4552835853d2266a53ec4 /web
parent8a332cca1d3590cfb6447692259a13d80b0d8c1f (diff)
Adding link to blog
Diffstat (limited to 'web')
-rw-r--r--web/templates/include/styles.css15
-rw-r--r--web/templates/index.html.tmpl4
2 files changed, 17 insertions, 2 deletions
diff --git a/web/templates/include/styles.css b/web/templates/include/styles.css
index 6b78228..26b940f 100644
--- a/web/templates/include/styles.css
+++ b/web/templates/include/styles.css
@@ -40,6 +40,21 @@ body {
text-decoration:none;
}
+a.wdslnk:link {
+ color:#007000;
+ text-decoration:none;
+}
+
+a.wdslnk:visited {
+ color:#004000;
+ text-decoration:none;
+}
+
+a.wdslnk:hover, a.wdslnk:active {
+ color:#007000;
+ text-decoration:underline;
+}
+
#menu .selected{
border-color: gray white gray gray;
background: url(images/hor.png) repeat-y;
diff --git a/web/templates/index.html.tmpl b/web/templates/index.html.tmpl
index 89f0cc4..802b6c1 100644
--- a/web/templates/index.html.tmpl
+++ b/web/templates/index.html.tmpl
@@ -5,8 +5,8 @@
norder = '0000'
%]
<p>WinDirStat is a disk usage statistics viewer and cleanup tool
-for Microsoft Windows.
-</p>
+for Microsoft Windows.</p>
+<p>Please visit the <a href="http://blog.windirstat.info" class="wdslnk">WinDirStat blog</a> for more up-to-date information about the program.</p>
<p>On start up, it reads the whole directory tree once and then presents it in three useful views:</p>
<ul>
<li>The directory list, which resembles the tree view of the Windows Explorer but is sorted by file/subtree size,</li>