Extent default Wikipedia-widget styles to apply to the mkws-wikipedia
authorMike Taylor <mike@indexdata.com>
Mon, 12 Jan 2015 17:44:19 +0000 (17:44 +0000)
committerMike 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

index 71e46ac..3590899 100644 (file)
@@ -1,3 +1,4 @@
+.mkws-wikipedia,
 .mkws-reference {
     max-width: 40em;
     font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif;
     -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;