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:
7d7a586
)
Extent default Wikipedia-widget styles to apply to the mkws-wikipedia
author
Mike Taylor
<mike@indexdata.com>
Mon, 12 Jan 2015 17:44:19 +0000
(17:44 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Mon, 12 Jan 2015 17:44:19 +0000
(17:44 +0000)
class (which is now the default) as well as the old mkws-reference. An
overlooked piece of MKWS-349.
examples/htdocs/mkws-widget-wikipedia.css
patch
|
blob
|
history
diff --git
a/examples/htdocs/mkws-widget-wikipedia.css
b/examples/htdocs/mkws-widget-wikipedia.css
index
71e46ac
..
3590899
100644
(file)
--- a/
examples/htdocs/mkws-widget-wikipedia.css
+++ b/
examples/htdocs/mkws-widget-wikipedia.css
@@
-1,3
+1,4
@@
+.mkws-wikipedia,
.mkws-reference {
max-width: 40em;
font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif;
@@
-9,14
+10,17
@@
-webkit-border-radius: 1em;
}
+.mkws-wikipedia h1 a,
.mkws-reference h1 a {
color: #806020;
}
+.mkws-wikipedia a,
.mkws-reference a {
text-decoration: none;
}
+.mkws-wikipedia img,
.mkws-reference img {
float: right;
margin: 0 0 1em 2em;