diff options
| author | Mark Otto <[email protected]> | 2011-08-31 16:26:47 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-08-31 16:26:47 -0700 |
| commit | 6258832776b113b09e963680ef121b363dd8d292 (patch) | |
| tree | 41f2935a7a6b36e0091977d60dd51da26a65fbc6 /lib/patterns.less | |
| parent | ed1139e838110393748ee36cea4453cc4a700fb1 (diff) | |
| download | bootstrap-6258832776b113b09e963680ef121b363dd8d292.tar.xz bootstrap-6258832776b113b09e963680ef121b363dd8d292.zip | |
spelling mistakes and undo of one 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 bcd99cca4..219e26b3f 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; |
