diff options
| author | Synchro <[email protected]> | 2012-05-01 17:06:19 +0200 |
|---|---|---|
| committer | Synchro <[email protected]> | 2012-05-01 17:06:19 +0200 |
| commit | dcc89e7400ae9e7575ea2671d27b514db9beaf3f (patch) | |
| tree | 0b1d38efc785aaf9bb7e3a9c994408cccbb80299 | |
| parent | 5ffb6d670683a32ec2a31c8550ea2669bfac7559 (diff) | |
| download | bootstrap-dcc89e7400ae9e7575ea2671d27b514db9beaf3f.tar.xz bootstrap-dcc89e7400ae9e7575ea2671d27b514db9beaf3f.zip | |
Coding style
| -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 5f3343e4e..bd909123e 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -318,7 +318,7 @@ -moz-hyphens: @mode; -ms-hyphens: @mode; hyphens: @mode; - word-wrap:break-word; + word-wrap: break-word; } // Opacity |
