Merge branch '2.1.0-wip' of github.com:twitter/bootstrap into 2.1.0-wip
2
docs/assets/css/bootstrap.css
vendored
@ -2229,6 +2229,7 @@ table .span24 {
|
||||
}
|
||||
|
||||
.icon-random {
|
||||
width: 16px;
|
||||
background-position: -216px -120px;
|
||||
}
|
||||
|
||||
@ -2261,6 +2262,7 @@ table .span24 {
|
||||
}
|
||||
|
||||
.icon-folder-open {
|
||||
width: 16px;
|
||||
background-position: -408px -120px;
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 122 KiB |
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 49 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 398 B After Width: | Height: | Size: 312 B |
Before Width: | Height: | Size: 316 B After Width: | Height: | Size: 288 B |
Before Width: | Height: | Size: 305 B After Width: | Height: | Size: 281 B |
Before Width: | Height: | Size: 213 B After Width: | Height: | Size: 201 B |
Before Width: | Height: | Size: 117 B After Width: | Height: | Size: 107 B |
Before Width: | Height: | Size: 172 B After Width: | Height: | Size: 164 B |
Before Width: | Height: | Size: 301 B After Width: | Height: | Size: 280 B |
Before Width: | Height: | Size: 370 B After Width: | Height: | Size: 363 B |
Before Width: | Height: | Size: 312 B After Width: | Height: | Size: 309 B |
Before Width: | Height: | Size: 264 B After Width: | Height: | Size: 263 B |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1008 B |
@ -84,7 +84,7 @@
|
||||
<p>Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.</p>
|
||||
<p class="download-info">
|
||||
<a href="https://github.com/twitter/bootstrap/" class="btn btn-primary btn-large" >View project on GitHub</a>
|
||||
<a href="assets/bootstrap.zip" class="btn btn-large" >Download Bootstrap <small>(v2.0.4)</small></a>
|
||||
<a href="assets/bootstrap.zip" class="btn btn-large" >Download Bootstrap <small>(v2.1.0)</small></a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
2
docs/templates/pages/index.mustache
vendored
@ -6,7 +6,7 @@
|
||||
<p>{{_i}}Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.{{/i}}</p>
|
||||
<p class="download-info">
|
||||
<a href="https://github.com/twitter/bootstrap/" class="btn btn-primary btn-large" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'GitHub Project', 'View project on GitHub']);"{{/production}}>{{_i}}View project on GitHub{{/i}}</a>
|
||||
<a href="assets/bootstrap.zip" class="btn btn-large" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 2.0.4']);"{{/production}}>{{_i}}Download Bootstrap <small>(v2.0.4)</small>{{/i}}</a>
|
||||
<a href="assets/bootstrap.zip" class="btn btn-large" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 2.1.0']);"{{/production}}>{{_i}}Download Bootstrap <small>(v2.1.0)</small>{{/i}}</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
@ -145,7 +145,7 @@
|
||||
.icon-warning-sign { background-position: -144px -120px; }
|
||||
.icon-plane { background-position: -168px -120px; }
|
||||
.icon-calendar { background-position: -192px -120px; }
|
||||
.icon-random { background-position: -216px -120px; }
|
||||
.icon-random { background-position: -216px -120px; width: 16px; }
|
||||
.icon-comment { background-position: -240px -120px; }
|
||||
.icon-magnet { background-position: -264px -120px; }
|
||||
.icon-chevron-up { background-position: -288px -120px; }
|
||||
@ -153,7 +153,7 @@
|
||||
.icon-retweet { background-position: -336px -120px; }
|
||||
.icon-shopping-cart { background-position: -360px -120px; }
|
||||
.icon-folder-close { background-position: -384px -120px; }
|
||||
.icon-folder-open { background-position: -408px -120px; }
|
||||
.icon-folder-open { background-position: -408px -120px; width: 16px; }
|
||||
.icon-resize-vertical { background-position: -432px -119px; } // 1px, 1px off
|
||||
.icon-resize-horizontal { background-position: -456px -118px; } // 1px, 2px off
|
||||
|
||||
|