diff options
| author | Mark Otto <[email protected]> | 2011-08-30 08:27:55 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-08-30 08:27:55 -0700 |
| commit | ed1139e838110393748ee36cea4453cc4a700fb1 (patch) | |
| tree | f6b2a99ef97adc612873f4bff0b82b5446ea000d /lib/patterns.less | |
| parent | d42a00c19df7442b3fa7c7703d333350a3dc74ac (diff) | |
| download | bootstrap-ed1139e838110393748ee36cea4453cc4a700fb1.tar.xz bootstrap-ed1139e838110393748ee36cea4453cc4a700fb1.zip | |
change type of comment
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index 219e26b3f..bcd99cca4 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -745,7 +745,7 @@ input[type=submit].btn { .inner { background-color: #333; background-color: rgba(0,0,0,.8); - *background-color: #333; /* IE 6-7 */ + *background-color: #333; // IE 6-7 padding: 3px; overflow: hidden; width: 280px; |
