summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/Makefile.am1
-rw-r--r--share/www/image/path.gifbin0 -> 104 bytes
-rw-r--r--share/www/style/layout.css7
3 files changed, 4 insertions, 4 deletions
diff --git a/share/Makefile.am b/share/Makefile.am
index 0b97e5ac..bf3b074b 100644
--- a/share/Makefile.am
+++ b/share/Makefile.am
@@ -37,6 +37,7 @@ nobase_dist_localdata_DATA = \
www/image/logo.png \
www/image/order-asc.gif \
www/image/order-desc.gif \
+ www/image/path.gif \
www/image/progress.gif \
www/image/run-mini.gif \
www/image/run.gif \
diff --git a/share/www/image/path.gif b/share/www/image/path.gif
new file mode 100644
index 00000000..01ec717e
--- /dev/null
+++ b/share/www/image/path.gif
Binary files differ
diff --git a/share/www/style/layout.css b/share/www/style/layout.css
index ed2f3688..b81f4e46 100644
--- a/share/www/style/layout.css
+++ b/share/www/style/layout.css
@@ -27,10 +27,9 @@ h1 { background: #333; border-right: 2px solid #111;
line-height: 1.8em; margin: 0 0 1em; padding: 0 0 0 1em;
}
h1 :link, h1 :visited, h1 strong { padding: .4em .5em; }
-h1 :link:after, h1 :visited:after { color: #666; content: "›"; font-size: 100%;
- padding-left: 1.2em;
-}
-h1 :link, h1 :visited { color: #bbb; cursor: pointer;
+h1 :link, h1 :visited {
+ background: url(../image/path.gif) 100% 50% no-repeat;
+ color: #bbb; cursor: pointer; padding-right: 2.2em;
text-shadow: #333 2px 2px 1px;
}
h1 strong { color: #fff; font-weight: normal; padding-right: 25px; }