X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=examples%2Fhtdocs%2Fmkws-widget-reference.css;h=fd7876cf0fa53c62dd7dbf0669b184cda6266010;hb=47c56bb47e09a7a61c0dad7a11af86a5e9df3fa7;hp=df97901fb348baa168526825b7c5cd91885b566c;hpb=479f3732f8b6b98aea851e3a09bc67a644564efb;p=mkws-moved-to-github.git diff --git a/examples/htdocs/mkws-widget-reference.css b/examples/htdocs/mkws-widget-reference.css index df97901..fd7876c 100644 --- a/examples/htdocs/mkws-widget-reference.css +++ b/examples/htdocs/mkws-widget-reference.css @@ -1,4 +1,5 @@ .mkwsReference { + max-width: 40em; font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif; background: #f0f0e0; padding: 0.5em 1em; @@ -8,10 +9,16 @@ -webkit-border-radius: 1em; } -.mkwsReference h1 { +.mkwsReference h1 a { color: #806020; } .mkwsReference a { text-decoration: none; } + +.mkwsReference img { + float: right; + margin: 0 0 1em 2em; + border: 0.5em solid white; +}