From 8e50e7a8f264c65b453a9b7133c7532c439730f5 Mon Sep 17 00:00:00 2001 From: Nicole Date: Sun, 23 Jun 2013 17:17:08 -0700 Subject: Update remaining templates to match starter template --- grid/example.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 grid/example.css (limited to 'grid/example.css') diff --git a/grid/example.css b/grid/example.css new file mode 100644 index 000000000..c213ac6a7 --- /dev/null +++ b/grid/example.css @@ -0,0 +1,21 @@ +.container { + padding-left: 15px; + padding-right: 15px; +} + +h4 { + margin-top: 25px; +} +.row { + margin-bottom: 20px; +} +.row .row { + margin-top: 10px; + margin-bottom: 0; +} +[class*="col-lg-"] { + padding-top: 15px; + padding-bottom: 15px; + background-color: rgba(185,74,72,.15); + border: 1px solid rgba(185,74,72,.2); +} -- cgit v1.2.3