diff options
| author | Mark Otto <[email protected]> | 2013-08-15 17:39:37 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-15 17:39:37 -0700 |
| commit | 024e320e5c3cf1adce8404f87e7c0c746461b6e8 (patch) | |
| tree | f142ffcba74795c717cfa94b92e3f79ef561d1bc /examples/signin | |
| parent | 05ebd5ebf9b32e7c1d8ea05098c53a0b4496d442 (diff) | |
| download | bootstrap-024e320e5c3cf1adce8404f87e7c0c746461b6e8.tar.xz bootstrap-024e320e5c3cf1adce8404f87e7c0c746461b6e8.zip | |
hella examples fixing, mostly navbars and lots of work on grids example
Diffstat (limited to 'examples/signin')
| -rw-r--r-- | examples/signin/index.html | 2 | ||||
| -rw-r--r-- | examples/signin/signin.css | 6 |
2 files changed, 3 insertions, 5 deletions
diff --git a/examples/signin/index.html b/examples/signin/index.html index 0b5d9bd95..9521fb437 100644 --- a/examples/signin/index.html +++ b/examples/signin/index.html @@ -9,7 +9,7 @@ <title>Signin Template for Bootstrap</title> <!-- Bootstrap core CSS --> - <link href="../bootstrap/css/bootstrap.css" rel="stylesheet"> + <link href="../../dist/css/bootstrap.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="signin.css" rel="stylesheet"> diff --git a/examples/signin/signin.css b/examples/signin/signin.css index a68420fad..a6bf9b159 100644 --- a/examples/signin/signin.css +++ b/examples/signin/signin.css @@ -16,8 +16,7 @@ body { .form-signin .checkbox { font-weight: normal; } -.form-signin input[type="text"], -.form-signin input[type="password"] { +.form-signin .form-control { position: relative; font-size: 16px; height: auto; @@ -26,8 +25,7 @@ body { -moz-box-sizing: border-box; box-sizing: border-box; } -.form-signin input[type="text"]:focus, -.form-signin input[type="password"]:focus { +.form-signin .form-control:focus { z-index: 2; } .form-signin input[type="text"] { |
