From: Mike Taylor Date: Mon, 12 Jan 2015 17:44:19 +0000 (+0000) Subject: Extent default Wikipedia-widget styles to apply to the mkws-wikipedia X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=e1244766fb767d08b59e71f8af82a0eeceb6c976 Extent default Wikipedia-widget styles to apply to the mkws-wikipedia class (which is now the default) as well as the old mkws-reference. An overlooked piece of MKWS-349. --- diff --git a/examples/htdocs/mkws-widget-wikipedia.css b/examples/htdocs/mkws-widget-wikipedia.css index 71e46ac..3590899 100644 --- 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;