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:
73f2820
)
Add styles for mkwsFacet and contained items.
author
Mike Taylor
<mike@indexdata.com>
Wed, 11 Jun 2014 15:32:14 +0000
(16:32 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Wed, 11 Jun 2014 15:32:14 +0000
(16:32 +0100)
Not sure how these ever got missed out.
examples/htdocs/mkws-widget-credo.css
patch
|
blob
|
history
diff --git
a/examples/htdocs/mkws-widget-credo.css
b/examples/htdocs/mkws-widget-credo.css
index
57c51cf
..
4091ee0
100644
(file)
--- a/
examples/htdocs/mkws-widget-credo.css
+++ b/
examples/htdocs/mkws-widget-credo.css
@@
-86,3
+86,20
@@
content: "Source: ";
font-weight: bold;
}
+
+.mkwsFacet a {
+ text-decoration: none;
+}
+
+.mkwsFacet a:hover {
+ text-decoration: underline;
+}
+
+.mkwsTerm {
+ clear: both;
+}
+
+.mkwsTerm span {
+ float: right;
+}
+