diff options
| author | Mark Otto <[email protected]> | 2011-10-31 23:22:55 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-31 23:22:55 -0700 |
| commit | f4ba1908217fc91d9e916aecf2d775d638cc2c6f (patch) | |
| tree | dc22c0687f5cb27e5a8f6df8c23d5ea4d3bf31a6 | |
| parent | 58bbc754b6524f04d7ace81a9a591a91313c3435 (diff) | |
| parent | c9b7118a47c4b8cd6a9ede4ff093d37366586c41 (diff) | |
| download | bootstrap-f4ba1908217fc91d9e916aecf2d775d638cc2c6f.tar.xz bootstrap-f4ba1908217fc91d9e916aecf2d775d638cc2c6f.zip | |
Merge branch 'patch1' of https://github.com/kriansa/bootstrap into kriansa-patch1
| -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 af4a75a75..e7328d343 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, |
