diff options
| author | Kriansa <[email protected]> | 2011-10-27 12:36:28 -0200 |
|---|---|---|
| committer | Kriansa <[email protected]> | 2011-10-27 12:36:28 -0200 |
| commit | c9b7118a47c4b8cd6a9ede4ff093d37366586c41 (patch) | |
| tree | bbd0ad141554e8c84fffbea989439329603d1a49 /lib | |
| parent | 3045ce469234df6c7ba9bd5ac4c566b64d2b1121 (diff) | |
| download | bootstrap-c9b7118a47c4b8cd6a9ede4ff093d37366586c41.tar.xz bootstrap-c9b7118a47c4b8cd6a9ede4ff093d37366586c41.zip | |
Fixed a bug that wasn't working as expected on Linux
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/patterns.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index 8ffae79dc..c7b7c10b8 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -522,7 +522,8 @@ footer { } // Sets the close button to the middle of message .close{ - line-height: 18px; + font-family: Arial; + line-height: 18px; } // Danger and error appear as red &.danger, |
