From 1ded0d6a4eefb7daca62c44e4e735aec200f0b6f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 11 Feb 2019 11:15:34 -0800 Subject: Release v4.3.0 (#28228) * Prep for v4.3.0 * More updates for v4.3.0. * rerun to build docs source map --- site/docs/4.3/examples/grid/grid.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 site/docs/4.3/examples/grid/grid.css (limited to 'site/docs/4.3/examples/grid/grid.css') diff --git a/site/docs/4.3/examples/grid/grid.css b/site/docs/4.3/examples/grid/grid.css new file mode 100644 index 000000000..e726996d3 --- /dev/null +++ b/site/docs/4.3/examples/grid/grid.css @@ -0,0 +1,6 @@ +.themed-grid-col { + padding-top: 15px; + padding-bottom: 15px; + background-color: rgba(86, 61, 124, .15); + border: 1px solid rgba(86, 61, 124, .2); +} -- cgit v1.2.3