diff options
| author | Mark Otto <[email protected]> | 2012-05-14 23:45:25 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-05-14 23:45:25 -0700 |
| commit | c8cafa5d5a352d33e96b8580a4a68b943f71882e (patch) | |
| tree | b619fcb19b24c7b4321f115019da68fcd89dcc24 | |
| parent | e28efd7da07d20d706421b3c868ccc08e0e3077d (diff) | |
| download | bootstrap-c8cafa5d5a352d33e96b8580a4a68b943f71882e.tar.xz bootstrap-c8cafa5d5a352d33e96b8580a4a68b943f71882e.zip | |
move forms test to less/tests
| -rw-r--r-- | less/tests/forms.html (renamed from docs/examples/forms.html) | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/docs/examples/forms.html b/less/tests/forms.html index ee0eb9c64..4b3328e2e 100644 --- a/docs/examples/forms.html +++ b/less/tests/forms.html @@ -8,14 +8,8 @@ <meta name="author" content=""> <!-- Le styles --> - <link href="../assets/css/bootstrap.css" rel="stylesheet"> - <style type="text/css"> - body { - padding-top: 60px; - padding-bottom: 20px; - } - </style> - <link href="../assets/css/bootstrap-responsive.css" rel="stylesheet"> + <link href="../../docs/assets/css/bootstrap.css" rel="stylesheet"> + <link href="../../docs/assets/css/bootstrap-responsive.css" rel="stylesheet"> <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> @@ -23,11 +17,11 @@ <![endif]--> <!-- Le fav and touch icons --> - <link rel="shortcut icon" href="../assets/ico/favicon.ico"> - <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png"> - <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png"> - <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png"> - <link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png"> + <link rel="shortcut icon" href="../../docs/assets/ico/favicon.ico"> + <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../docs/assets/ico/apple-touch-icon-144-precomposed.png"> + <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../docs/assets/ico/apple-touch-icon-114-precomposed.png"> + <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../../docs/assets/ico/apple-touch-icon-72-precomposed.png"> + <link rel="apple-touch-icon-precomposed" href="../../docs/assets/ico/apple-touch-icon-57-precomposed.png"> </head> <body> |
