diff options
| author | Zlatan Vasović <[email protected]> | 2013-09-08 15:37:02 +0200 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2013-09-08 15:37:02 +0200 |
| commit | f9fe6cd05fd3a9c696be8855ebb2cdafba469915 (patch) | |
| tree | 3f5ee318940c4970d96c43023580694c74124010 | |
| parent | d126d8c6f3ffde8c108bfdf2f554facc9ccc516b (diff) | |
| download | bootstrap-f9fe6cd05fd3a9c696be8855ebb2cdafba469915.tar.xz bootstrap-f9fe6cd05fd3a9c696be8855ebb2cdafba469915.zip | |
Added missing semicolon
| -rw-r--r-- | less/mixins.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/mixins.less b/less/mixins.less index f5193e4fb..42523c2aa 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -480,7 +480,7 @@ &:active, &.active { background-color: @background; - border-color: @border + border-color: @border; } } } |
