diff options
| author | Mark Otto <[email protected]> | 2013-08-17 15:02:38 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-17 15:02:38 -0700 |
| commit | 6c765ac8211536e9701e996416b8a5296590d5fd (patch) | |
| tree | d8aa91b7a243fa95d9087232f236ecd2c167f66a /examples/non-responsive/non-responsive.css | |
| parent | fdb7121f416048b2c06a90c4e00ab434e28e907e (diff) | |
| download | bootstrap-6c765ac8211536e9701e996416b8a5296590d5fd.tar.xz bootstrap-6c765ac8211536e9701e996416b8a5296590d5fd.zip | |
add nonresponsive template to examples
Diffstat (limited to 'examples/non-responsive/non-responsive.css')
| -rw-r--r-- | examples/non-responsive/non-responsive.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/non-responsive/non-responsive.css b/examples/non-responsive/non-responsive.css new file mode 100644 index 000000000..19901ca45 --- /dev/null +++ b/examples/non-responsive/non-responsive.css @@ -0,0 +1,12 @@ +.container { + max-width: 970px; +} + +.col-xs-4 { + 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); +} |
