mirror of
https://github.com/jasny/bootstrap.git
synced 2026-02-19 10:04:37 -05:00
fix legends in ie7
This commit is contained in:
6
bootstrap-1.3.0.css
vendored
6
bootstrap-1.3.0.css
vendored
@@ -6,7 +6,7 @@
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
||||
* Date: Sat Sep 10 22:50:02 PDT 2011
|
||||
* Date: Sun Sep 11 17:36:01 PDT 2011
|
||||
*/
|
||||
/* Reset.less
|
||||
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
|
||||
@@ -692,13 +692,13 @@ fieldset legend {
|
||||
padding-left: 150px;
|
||||
font-size: 19.5px;
|
||||
line-height: 1;
|
||||
*margin: 0 0 5px 145px;
|
||||
color: #404040;
|
||||
*padding: 0 0 5px 145px;
|
||||
/* IE6-7 */
|
||||
|
||||
*line-height: 1.5;
|
||||
/* IE6-7 */
|
||||
|
||||
color: #404040;
|
||||
}
|
||||
form .clearfix {
|
||||
margin-bottom: 18px;
|
||||
|
||||
Reference in New Issue
Block a user