diff options
| author | Mark Otto <[email protected]> | 2013-09-01 09:59:27 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-01 09:59:27 +0200 |
| commit | 560753da969a38049a667aefe2ae10a6c61f4386 (patch) | |
| tree | c74462578517e83edec9f250c759d7c10a3e7279 /dist/css/bootstrap.css | |
| parent | 901da1b2b4727e3d00990dcf66ea3d31703b4edc (diff) | |
| parent | 4b53ea52e9cc27ab27dde2695400fd6c95a0b6c2 (diff) | |
| download | bootstrap-560753da969a38049a667aefe2ae10a6c61f4386.tar.xz bootstrap-560753da969a38049a667aefe2ae10a6c61f4386.zip | |
Merge branch 'master' into table-nesting
Conflicts:
dist/css/bootstrap.min.css
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index eef6079f3..c32604bb8 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -316,13 +316,6 @@ textarea { line-height: inherit; } -button, -input, -select[multiple], -textarea { - background-image: none; -} - a { color: #428bca; text-decoration: none; @@ -406,7 +399,8 @@ p { } } -small { +small, +.small { font-size: 85%; } @@ -465,6 +459,7 @@ h6, font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; + color: inherit; } h1 small, @@ -1724,6 +1719,7 @@ output { color: #555555; vertical-align: middle; background-color: #ffffff; + background-image: none; border: 1px solid #cccccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); @@ -2006,6 +2002,7 @@ textarea.input-lg { white-space: nowrap; vertical-align: middle; cursor: pointer; + background-image: none; border: 1px solid transparent; border-radius: 4px; -webkit-user-select: none; @@ -3719,6 +3716,7 @@ textarea.input-group-sm > .input-group-btn > .btn { font-size: 14px; font-weight: normal; line-height: 1; + color: #555555; text-align: center; background-color: #eeeeee; border: 1px solid #cccccc; |
