From bf5ae80570f602e64dd7e3c903528efa70fd711c Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 22 Jan 2015 12:05:29 +0000 Subject: [PATCH] Provide "<<" and ">>" text for Prev and Next links using CSS. --- tools/htdocs/mkws.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tools/htdocs/mkws.css b/tools/htdocs/mkws.css index 4727255..ca83507 100644 --- a/tools/htdocs/mkws.css +++ b/tools/htdocs/mkws.css @@ -191,6 +191,14 @@ float: clear; } +.mkws-prev::before { + content: "<< "; +} + +.mkws-next::after { + content: " >>"; +} + .mkwsTargets table thead tr td, .mkws-targets table thead tr td { background-color: #132194; color: white; -- 1.7.10.4