推ter 的 Web UI 框架,Bootstrap 2.1 发布

openkk 12年前
   <p><a href="/misc/goto?guid=4958326721136670172" target="_blank">Bootstrap</a>是快速开发Web应用程序的前端工具包。它是一个CSS和HTML的集合,它使用了最新的浏览器技术,给你的Web开发提供了时尚的版式,表单,buttons,表格,网格系统等等。</p>    <p><img alt="推ter 的 Web UI 框架,Bootstrap 2.1 发布" src="https://simg.open-open.com/show/9b9101b520562d9e89ed60986eb547bc.jpg" width="559" height="517" /></p>    <p>Bootstrap 发布了一个新的大版本,解决了大量的 bug,改进了灵活性和持续性,引入一些很棒的新特性。</p>    <p>主要包括:</p>    <ul>     <li><strong>Submenu support on dropdowns.</strong> We avoided this for some time as we thought it would unnecessarily complicate things, but we've backtracked on that and opted to add them in. See the docs for more info.</li>     <li><strong>Affix JavaScript plugin.</strong> Make anything stick to the top of the viewport as you scroll with our newest plugin, built to power our new docs navigation.</li>     <li><strong>Block level buttons.</strong> Add <code>.btn-block</code> to a button to make it full-width.</li>     <li><strong>State classes on table rows.</strong> Better convey success, warning, and error messages in tables.</li>     <li><strong>Improved disabled states on navs and dropdowns.</strong> Where by "improve" we mean actually present—just add <code>.disabled</code> to the <code>li</code>.</li>     <li><strong>The navbar component is now white by default, with an optional class to darken it.</strong> In order to have two options for the navbar, light and dark, we needed to have better defaults. Having a lighter default navbar means fewer lines of code as we don't need to override anything for the basic navbar functionality and the override it again to restore the default styles. Missing the black? Just add <code>.navbar-inverse</code> to get the dark gray navbar back.</li>     <li><strong>Improved prepended and appended inputs.</strong> No need to place the <code>input</code> and <code>.add-on</code> on the same line of code (sorry about that by the way). Break them up as you like and they'll still stick together with some crafty <code>font-size</code> working.</li>     <li><strong>New base font-size and line-height.</strong> 13px/18px is out, 14px/20px is in. This also has changed the size, line-height, and margin of our heading elements, buttons, and more.</li>     <li><strong>Added variable for navbar collapse trigger point.</strong> Instead of a fixed pixel width of <code>980px</code> for triggering the collapsed navbar, we now use a variable so you can customize it for your projects.</li>     <li><strong>Fluid grid offsets.</strong> Thanks to our contributors, the fluid grid now has offset support to match our fixed (pixel) grid.</li>     <li><strong>Fluid grid system variables are no longer fixed percentages.</strong> Instead, they are calculated in LESS with <code>percentage()</code> based on the default, fixed-width grid variables. Math!</li>     <li><strong>Removed LESS docs page.</strong> We will no longer document variables and mixins in two places—rewriting that stuff was painful and took too much time. Instead, just checkout the .less files.</li>    </ul>    <p>详细内容请看<a href="/misc/goto?guid=4958522511883089197" target="_blank">发行说明</a>。</p>