aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-1.3.0.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-11 17:36:15 -0700
committerMark Otto <[email protected]>2011-09-11 17:36:15 -0700
commit3ad034ea9671ffbc44278085ca3bb30979808278 (patch)
treec88296e9bae66bad4dc7342ba39d4cb0f1226377 /bootstrap-1.3.0.css
parent1ae603fda05c96a4bc3eed284aa6b5ce7a2a93cd (diff)
downloadbootstrap-3ad034ea9671ffbc44278085ca3bb30979808278.tar.xz
bootstrap-3ad034ea9671ffbc44278085ca3bb30979808278.zip
fix legends in ie7
Diffstat (limited to 'bootstrap-1.3.0.css')
-rw-r--r--bootstrap-1.3.0.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap-1.3.0.css b/bootstrap-1.3.0.css
index fef02501d..a792c99ea 100644
--- a/bootstrap-1.3.0.css
+++ b/bootstrap-1.3.0.css
@@ -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;