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:
5f7de5e
)
Add styling for .mkwsReference img.
author
Mike Taylor
<mike@indexdata.com>
Fri, 25 Apr 2014 17:00:07 +0000
(18:00 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Fri, 25 Apr 2014 17:00:07 +0000
(18:00 +0100)
examples/htdocs/mkws-widget-reference.css
patch
|
blob
|
history
diff --git
a/examples/htdocs/mkws-widget-reference.css
b/examples/htdocs/mkws-widget-reference.css
index
3d1e6f0
..
24e7e6b
100644
(file)
--- a/
examples/htdocs/mkws-widget-reference.css
+++ b/
examples/htdocs/mkws-widget-reference.css
@@
-16,3
+16,9
@@
.mkwsReference a {
text-decoration: none;
}
+
+.mkwsReference img {
+ float:right;
+ margin: 0 0 1em 3em;
+ border: 0.5em solid white;
+}