diff options
| author | Mark Otto <[email protected]> | 2011-09-11 22:02:26 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-11 22:02:26 -0700 |
| commit | 88f2f848b31f09dff025ee4270098a7c8f026000 (patch) | |
| tree | 44914ebb82b03e1a135907fb4f314702677e5ae9 /lib | |
| parent | c73533ac73c5bed6f35576e8db2945ec11acb11c (diff) | |
| download | bootstrap-88f2f848b31f09dff025ee4270098a7c8f026000.tar.xz bootstrap-88f2f848b31f09dff025ee4270098a7c8f026000.zip | |
change modal buttons back to be primary first
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/patterns.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index 4fb1558e5..46c1b1cbd 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -779,8 +779,8 @@ input[type=submit].btn { .box-shadow(inset 0 1px 0 #fff); .clearfix(); margin-bottom: 0; - text-align: right; .btn { + float: right; margin-left: 5px; } } |
