From: Jason Skomorowski Date: Wed, 11 Jun 2014 03:18:59 +0000 (-0400) Subject: Topic bootstrap: CSS columns and some theme links. X-Git-Tag: 1.0.0~324^2~60 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=2f9ba07888662e977cc05e4f934c8c8d1626d929 Topic bootstrap: CSS columns and some theme links. --- diff --git a/examples/htdocs/topic-bootstrap.css b/examples/htdocs/topic-bootstrap.css index 30d733e..303942a 100644 --- a/examples/htdocs/topic-bootstrap.css +++ b/examples/htdocs/topic-bootstrap.css @@ -90,3 +90,13 @@ b, strong { box-shadow: none; -webkit-box-shadow: none; } +@media screen and (min-width:700px) { + .multicol { + column-count: 2; + column-gap: 20px; + -moz-column-count: 2; + -moz-column-gap: 20px; + -webkit-column-count: 2; + -webkit-column-gap: 20px; + } +} diff --git a/examples/htdocs/topic-bootstrap.html b/examples/htdocs/topic-bootstrap.html index 1464408..7c11553 100644 --- a/examples/htdocs/topic-bootstrap.html +++ b/examples/htdocs/topic-bootstrap.html @@ -8,6 +8,10 @@ + + + +