2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00
Commit Graph

21200 Commits

Author SHA1 Message Date
Mark Otto 2a82b38cff tweak the h2s again for better spacing, adjust docs, remove white bg if possible on file input, few other tweaks 2011-10-16 18:01:05 -07:00
Mark Otto 756e7c8739 more tweaks to responsive 2011-10-16 12:11:48 -07:00
Mark Otto 6f44a90edb tweak line-height of h2 and h3 to not be gihugeous, updated responsive to improve tablet grid and phone styles 2011-10-16 11:35:24 -07:00
Mark Otto d1d3807958 add responsive.less file 2011-10-16 03:15:36 -07:00
Mark Otto 3a4760637f tweak navbar styles for static version to not cause problems on responsive layouts 2011-10-16 03:15:17 -07:00
Mark Otto be926a04bc fix uber size in responsive; remove @extraspace variable by changing grid to use :first-child over negative margin 2011-10-16 03:08:14 -07:00
Mark Otto 9e9109469e biiiiiig update coming for responsiveness 2011-10-16 03:00:58 -07:00
Mark Otto fbe22f0580 updated index of docs to use html5 self closing tags, add responsive shell to bootstrap file 2011-10-15 17:21:39 -07:00
Mark Otto f4fc56b1b3 first pass at moving over the new tabs stuff to 2.0 2011-10-12 08:31:16 -07:00
Mark Otto 740e64a2c9 remove new tab stuff since it breaks backwards compatability 2011-10-11 23:49:43 -07:00
Mark Otto e2a0ce2062 adding new tabble stuff, still a huge work in progress 2011-10-11 23:46:42 -07:00
Mark Otto 12af75eef4 updated pills to include vertical (stacked) variation in patterns and documentation 2011-10-11 21:49:37 -07:00
Mark Otto fa8b1dc12d remove color scheme variables, remove font-face mixin 2011-10-11 19:31:25 -07:00
Mark Otto b644390541 update navbar search form 2011-10-11 09:52:50 -07:00
Mark Otto 8c2bb99085 share new navbar in examples 2011-10-11 09:46:02 -07:00
Mark Otto 8ba005d38d new navbar introduced to replace topbar 2011-10-11 09:44:51 -07:00
Mark Otto 70b1a6b562 Merge pull request #408 from tinyfly/grid-input-size-fix
adjust width calculations for formColumns to fix issue #404
2011-10-10 19:44:06 -07:00
Mark Otto b8a4921b57 fixing form input width sizing, removing unused CSS 2011-10-10 19:38:24 -07:00
Jeff Adams 12cb0822e8 adjust width calculations for formColumns to fix issue #404 2011-10-10 14:32:59 -05:00
Mark Otto 1b19799d70 cleanup tabs and pills to prep css for new stuff 2011-10-09 23:02:34 -07:00
Mark Otto 770e7647d1 start adding examples to docs for alternate tabs and pills 2011-10-09 22:55:12 -07:00
Mark Otto a05be0cba3 small tweak to dropdowns for autocomplete if you implement dropdowns that way 2011-10-09 22:44:45 -07:00
Mark Otto 0c1c236414 improve text color and borders for legibility 2011-10-09 22:38:48 -07:00
Mark Otto b74776281d new form state styles with lighter footprint 2011-10-09 22:32:19 -07:00
Mark Otto 831f279011 add extra states to the form examples 2011-10-09 22:02:40 -07:00
Mark Otto 7c98f1e1fc Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip 2011-10-09 21:25:50 -07:00
Mark Otto dd1efdf0d5 update input prepend and append to use baseline variable 2011-10-09 21:25:28 -07:00
Mark Otto f61fe3c474 refactor fluid layout to be more specific to not interfere with modal content while adding right sidebar option 2011-10-09 21:13:26 -07:00
Mark Otto 8f0671adfb remove bottom margin from form in modals for temp fix" 2011-10-09 20:57:38 -07:00
Mark Otto 13cc27a6b4 modal was not centered correctly 2011-10-08 09:21:25 -07:00
Mark Otto eddc59c634 remove select from docs form sizes 2011-10-08 00:27:52 -07:00
Mark Otto 464c2d5295 remove select from the new form grid sizes and let them inherit the default grid ones 2011-10-08 00:26:57 -07:00
Mark Otto 0692530efc add better handling to the tables so that the thead and tbody first row can have rounded corners where applicable 2011-10-08 00:19:01 -07:00
Mark Otto aa3a8af2d0 place popovers and twipsies above modals for use there 2011-10-08 00:16:21 -07:00
Mark Otto 7b665affd7 fix problems with scope in tables when using th in tbody 2011-10-08 00:14:38 -07:00
Mark Otto e025de9a83 bring hover state back to the .brand element in the topbar to fix a bug 2011-10-07 23:56:14 -07:00
Mark Otto 970c51dd99 update docs to simplify first table example and introduce nested documentation 2011-10-07 23:54:50 -07:00
Mark Otto 9991f3faa1 resolve problem with nested tables having double borders 2011-10-07 23:53:32 -07:00
Mark Otto c85e93cd90 Merge pull request #381 from smaboshe/docs
Docs
2011-10-07 23:27:19 -07:00
Silumesii Maboshe df773debab .gitignore update. 2011-10-07 06:02:02 +02:00
Silumesii Maboshe b7d4be584a For consistency, updated rendered 'pre' in docs to '<pre>' in the 'Presenting code' section. 2011-10-07 05:59:34 +02:00
Silumesii Maboshe 527521b502 Updated rendered '>html<' in docs to '<html>' in the 'Presenting code' section. 2011-10-07 05:56:45 +02:00
Jacob Thornton c9669be1ec get modal working with new data-attrs 2011-10-05 00:14:55 -07:00
Jacob Thornton 356227ef50 pass more args to placement function 2011-10-04 22:56:23 -07:00
Jacob Thornton a2c263493a add dropdown tab selection support 2011-10-04 22:11:44 -07:00
Jacob Thornton a91a407bd6 start updating to data- driven js 2011-10-04 21:48:53 -07:00
Jacob Thornton 100954eeda remake 2011-10-04 21:26:29 -07:00
Jacob Thornton 607795e37a Merge branch 'master' of github.com:twitter/bootstrap 2011-10-04 21:25:41 -07:00
Jacob Thornton d7e3bf722d add selector option to alerts, update modal settings strategy 2011-10-04 21:24:59 -07:00
Mark Otto d74dee5e0f fixing multi select on chromium ubuntu by setting background color explicitly 2011-10-04 01:16:07 -07:00