summaryrefslogtreecommitdiff
path: root/themes/default/css
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-06-24 18:02:36 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-06-24 18:02:36 -0700
commit292d216f7c133152cb921db1cbc7a0c4843a977a (patch)
tree6939325eed13464b6c5a6bb8437c21c45355b27f /themes/default/css
parentf56d372629df5b08a30d0182d4e1e7c97a44d79f (diff)
Implement printing support on the photo page. I've used an icon that doesn't
quite match the theme temporarily. I'm hoping to have a matching icon soon.
Diffstat (limited to 'themes/default/css')
-rw-r--r--themes/default/css/screen.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css
index a450356c..8967efdf 100644
--- a/themes/default/css/screen.css
+++ b/themes/default/css/screen.css
@@ -665,6 +665,10 @@ form .gError,
background-image: url('../images/ico-view-comments.png');
}
+#gViewMenu #gDigibugLink {
+ background-image: url('../images/ico-print.png');
+}
+
/* Breadcrumbs ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.gBreadcrumbs {