diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2008-11-25 12:25:10 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2008-11-25 12:25:10 +0100 |
commit | 3ef1e29b25d0c2ce433e2fd255cb5da59453fbee (patch) | |
tree | 1eadfb69081030501995cde5eba69d5b6f8266eb | |
parent | fad9d38acdcb2bf1e12f4991bb01e207d0cf64a5 (diff) |
Add a description to the per-page action items.
-rw-r--r-- | local.css | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -105,6 +105,12 @@ a:hover margin-right: 40px; } +.pageheader .actions .per_page ul:before +{ + font-style: oblique; + content: "This page:"; +} + .pageheader .actions ul { border: none; |