Provide "<<" and ">>" text for Prev and Next links using CSS.
authorMike Taylor <mike@indexdata.com>
Thu, 22 Jan 2015 12:05:29 +0000 (12:05 +0000)
committerMike Taylor <mike@indexdata.com>
Thu, 22 Jan 2015 12:05:29 +0000 (12:05 +0000)
tools/htdocs/mkws.css

index 4727255..ca83507 100644 (file)
     float: clear;
 }
 
     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;
 .mkwsTargets table thead tr td, .mkws-targets table thead tr td {
     background-color: #132194;
     color: white;