diff options
| author | kriansa <[email protected]> | 2011-10-27 01:29:34 -0200 |
|---|---|---|
| committer | kriansa <[email protected]> | 2011-10-27 01:29:34 -0200 |
| commit | 3045ce469234df6c7ba9bd5ac4c566b64d2b1121 (patch) | |
| tree | defcec616c8d546f3d76c64f71b92c523050551e /lib | |
| parent | 41ada302eca8b3ed19159bc411b71aa08b43b50d (diff) | |
| download | bootstrap-3045ce469234df6c7ba9bd5ac4c566b64d2b1121.tar.xz bootstrap-3045ce469234df6c7ba9bd5ac4c566b64d2b1121.zip | |
Aligned close buttons to the middle of alert message
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/patterns.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index 22d2bc014..8ffae79dc 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -520,6 +520,10 @@ footer { &.info:hover { color: @white } + // Sets the close button to the middle of message + .close{ + line-height: 18px; + } // Danger and error appear as red &.danger, &.error { |
