diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/forms.less | 2 | ||||
| -rw-r--r-- | lib/patterns.less | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/lib/forms.less b/lib/forms.less index 6667df0c4..82da41aab 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -254,7 +254,7 @@ textarea.xxlarge { // This is a duplication of the main grid .columns() mixin, but subtracts 10px to account for input padding and border .formColumns(@columnSpan: 1) { display: inline-block; - width: ((@gridColumnWidth - 10) * @columnSpan) + ((@gridColumnWidth - 10) * (@columnSpan - 1)); + width: ((@gridColumnWidth) * @columnSpan) + (@gridGutterWidth * (@columnSpan - 1)) - 10; } input, textarea { diff --git a/lib/patterns.less b/lib/patterns.less index e35087d03..bc70f0bf3 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -446,8 +446,6 @@ a.menu:after, padding: 0 5px; color: @grayLight; } - a { - } .active a { color: @grayDark; } |
