tweak the h2s again for better spacing, adjust docs, remove white bg if possible on file input, few other tweaks
This commit is contained in:
parent
756e7c8739
commit
2a82b38cff
6 changed files with 117 additions and 71 deletions
11
bootstrap.css
vendored
11
bootstrap.css
vendored
|
|
@ -6,7 +6,7 @@
|
|||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
||||
* Date: Sun Oct 16 12:11:34 PDT 2011
|
||||
* Date: Sun Oct 16 18:00:58 PDT 2011
|
||||
*/
|
||||
/* Reset.less
|
||||
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
|
||||
|
|
@ -388,7 +388,7 @@ h1 small {
|
|||
}
|
||||
h2 {
|
||||
font-size: 24px;
|
||||
line-height: 27px;
|
||||
line-height: 36px;
|
||||
}
|
||||
h2 small {
|
||||
font-size: 14px;
|
||||
|
|
@ -434,7 +434,7 @@ ol {
|
|||
}
|
||||
li {
|
||||
line-height: 18px;
|
||||
color: #808080;
|
||||
color: #404040;
|
||||
}
|
||||
ul.unstyled {
|
||||
list-style: none;
|
||||
|
|
@ -553,9 +553,6 @@ label {
|
|||
margin-bottom: 5px;
|
||||
color: #404040;
|
||||
}
|
||||
input[type=checkbox], input[type=radio] {
|
||||
cursor: pointer;
|
||||
}
|
||||
input,
|
||||
textarea,
|
||||
select,
|
||||
|
|
@ -583,9 +580,11 @@ input[type=checkbox], input[type=radio] {
|
|||
|
||||
line-height: normal;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
input[type=file] {
|
||||
background-color: #ffffff;
|
||||
background-color: initial;
|
||||
padding: initial;
|
||||
border: initial;
|
||||
line-height: initial;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue