Provide "<<" and ">>" text for Prev and Next links using CSS.
[mkws-moved-to-github.git] / tools / htdocs / mkws.css
index 4727255..ca83507 100644 (file)
     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;