diff options
| author | Mark Otto <[email protected]> | 2011-12-09 14:34:38 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-12-09 14:34:38 -0800 |
| commit | 5c8df1d2858c3d5f2cc65a80acaef5312b1ae87f (patch) | |
| tree | a68c547ea05414f50ea75d8bbdfe3f68225d9279 /docs/assets | |
| parent | 97b285896f50bed4a66b00a70ed67eb3224bc7f3 (diff) | |
| download | bootstrap-5c8df1d2858c3d5f2cc65a80acaef5312b1ae87f.tar.xz bootstrap-5c8df1d2858c3d5f2cc65a80acaef5312b1ae87f.zip | |
updated index page to add featured sites, more docs tweaks
Diffstat (limited to 'docs/assets')
| -rw-r--r-- | docs/assets/css/docs.css | 10 | ||||
| -rw-r--r-- | docs/assets/img/example-sites/bartop.png | bin | 0 -> 86214 bytes | |||
| -rw-r--r-- | docs/assets/img/example-sites/fleetio.png | bin | 0 -> 47275 bytes | |||
| -rw-r--r-- | docs/assets/img/example-sites/jshint.png | bin | 0 -> 8886 bytes | |||
| -rw-r--r-- | docs/assets/img/example-sites/kippt.png | bin | 0 -> 57064 bytes | |||
| -rw-r--r-- | docs/assets/img/example-sites/railwayjs.png | bin | 0 -> 34839 bytes | |||
| -rw-r--r-- | docs/assets/img/example-sites/totalwireframe.png | bin | 0 -> 47095 bytes |
7 files changed, 9 insertions, 1 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 281b224e3..73e619d29 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -160,7 +160,10 @@ body > .navbar-fixed .brand:hover { margin-bottom: 18px; } .marketing h1 { - margin-bottom: 18px; + margin: 36px 0 27px; + font-size: 36px; + font-weight: 300; + text-align: center; } .marketing h2, .marketing h3 { @@ -310,6 +313,11 @@ h2 + table { margin-top: 5px; } +/* Example sites showcase */ +.example-sites img { + width: 290px; +} + /* Responsive Docs -------------------------------------------------- */ diff --git a/docs/assets/img/example-sites/bartop.png b/docs/assets/img/example-sites/bartop.png Binary files differnew file mode 100644 index 000000000..962851636 --- /dev/null +++ b/docs/assets/img/example-sites/bartop.png diff --git a/docs/assets/img/example-sites/fleetio.png b/docs/assets/img/example-sites/fleetio.png Binary files differnew file mode 100644 index 000000000..b48d6f010 --- /dev/null +++ b/docs/assets/img/example-sites/fleetio.png diff --git a/docs/assets/img/example-sites/jshint.png b/docs/assets/img/example-sites/jshint.png Binary files differnew file mode 100644 index 000000000..e532320a3 --- /dev/null +++ b/docs/assets/img/example-sites/jshint.png diff --git a/docs/assets/img/example-sites/kippt.png b/docs/assets/img/example-sites/kippt.png Binary files differnew file mode 100644 index 000000000..af15baa11 --- /dev/null +++ b/docs/assets/img/example-sites/kippt.png diff --git a/docs/assets/img/example-sites/railwayjs.png b/docs/assets/img/example-sites/railwayjs.png Binary files differnew file mode 100644 index 000000000..2480dd68e --- /dev/null +++ b/docs/assets/img/example-sites/railwayjs.png diff --git a/docs/assets/img/example-sites/totalwireframe.png b/docs/assets/img/example-sites/totalwireframe.png Binary files differnew file mode 100644 index 000000000..b6256138e --- /dev/null +++ b/docs/assets/img/example-sites/totalwireframe.png |
