generators/fume/simple_theme/templates/public/stylesheets/simple-theme.less in fume-0.2.0 vs generators/fume/simple_theme/templates/public/stylesheets/simple-theme.less in fume-0.2.1
- old
+ new
@@ -262,13 +262,13 @@
li {
margin-bottom: 1em;
}
.required abbr {
+ line-height: 1;
color: red;
border: none;
- vertical-align: super;
}
.error {
border-left: 0.3em solid red;
padding-left: 1em;
@@ -278,11 +278,11 @@
font-size: 1.1em;
}
}
- .string, .select, .text {
+ .string, .select, .text, .numeric, .file, .password {
label {
font-size: 1.2em;
color: #666666;
display: block;
@@ -468,9 +468,8 @@
hr {
background: #f0f0ee;
color: #f0f0ee;
}
-
@import "ie_patch.less";