From bf51e24700627b17df5041f3a369f6f6b4a4bfbb Mon Sep 17 00:00:00 2001 From: Nicole Date: Sat, 20 Jul 2013 23:17:01 -0700 Subject: change file names to example names --- grid/example.css | 21 --------------------- grid/grid.css | 21 +++++++++++++++++++++ grid/index.html | 2 +- 3 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 grid/example.css create mode 100644 grid/grid.css (limited to 'grid') diff --git a/grid/example.css b/grid/example.css deleted file mode 100644 index c213ac6a7..000000000 --- a/grid/example.css +++ /dev/null @@ -1,21 +0,0 @@ -.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); -} diff --git a/grid/grid.css b/grid/grid.css new file mode 100644 index 000000000..c213ac6a7 --- /dev/null +++ b/grid/grid.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); +} diff --git a/grid/index.html b/grid/index.html index 81ef11883..b3d634c91 100644 --- a/grid/index.html +++ b/grid/index.html @@ -6,7 +6,7 @@ - Grid template for Bootstrap + Grid Template for Bootstrap -- cgit v1.2.3 From 6d269c2ed7e035101bac75eecd1551df5004ed1f Mon Sep 17 00:00:00 2001 From: Nicole Date: Sat, 20 Jul 2013 23:30:08 -0700 Subject: add git ignore --- grid/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grid') diff --git a/grid/index.html b/grid/index.html index b3d634c91..6c201719d 100644 --- a/grid/index.html +++ b/grid/index.html @@ -12,7 +12,7 @@ - + -- cgit v1.2.3 From 9c13af8cb10f6e16322c50dfc82ae9263d99b82a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 26 Jul 2013 20:42:47 -0700 Subject: massive update, including new index page --- grid/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grid') diff --git a/grid/index.html b/grid/index.html index 6c201719d..bd86f4ab9 100644 --- a/grid/index.html +++ b/grid/index.html @@ -9,7 +9,7 @@ Grid Template for Bootstrap - + -- cgit v1.2.3