diff options
Diffstat (limited to 'examples/grid/grid.css')
| -rw-r--r-- | examples/grid/grid.css | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/examples/grid/grid.css b/examples/grid/grid.css deleted file mode 100644 index 963b128e3..000000000 --- a/examples/grid/grid.css +++ /dev/null @@ -1,28 +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-"] { - padding-top: 15px; - padding-bottom: 15px; - background-color: #eee; - border: 1px solid #ddd; - background-color: rgba(86,61,124,.15); - border: 1px solid rgba(86,61,124,.2); -} - -hr { - margin-top: 40px; - margin-bottom: 40px; -}
\ No newline at end of file |
