From 2f9ba07888662e977cc05e4f934c8c8d1626d929 Mon Sep 17 00:00:00 2001 From: Jason Skomorowski Date: Tue, 10 Jun 2014 23:18:59 -0400 Subject: [PATCH] Topic bootstrap: CSS columns and some theme links. --- examples/htdocs/topic-bootstrap.css | 10 ++++++++++ examples/htdocs/topic-bootstrap.html | 30 ++++++++++++++++-------------- 2 files changed, 26 insertions(+), 14 deletions(-) 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 @@ + + + +