projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87f7247
)
Provide "<<" and ">>" text for Prev and Next links using CSS.
author
Mike Taylor
<mike@indexdata.com>
Thu, 22 Jan 2015 12:05:29 +0000
(12:05 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Thu, 22 Jan 2015 12:05:29 +0000
(12:05 +0000)
tools/htdocs/mkws.css
patch
|
blob
|
history
diff --git
a/tools/htdocs/mkws.css
b/tools/htdocs/mkws.css
index
4727255
..
ca83507
100644
(file)
--- 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;