diff options
author | Richard Worth <rdworth@gmail.com> | 2008-12-12 02:23:03 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-12-12 02:23:03 +0000 |
commit | 73713183f822ee11d9167f8ccf6eb79f31d339ee (patch) | |
tree | 0a480ba9c28c398ceb1b98af7abcbe212f8b1801 /tests/static/highlight_error.html | |
parent | 3831866f4ab52a63260e48efd83d35b321853fe5 (diff) | |
download | jquery-ui-73713183f822ee11d9167f8ccf6eb79f31d339ee.tar.gz jquery-ui-73713183f822ee11d9167f8ccf6eb79f31d339ee.zip |
tests/static: whitespace only
Diffstat (limited to 'tests/static/highlight_error.html')
-rw-r--r-- | tests/static/highlight_error.html | 49 |
1 files changed, 22 insertions, 27 deletions
diff --git a/tests/static/highlight_error.html b/tests/static/highlight_error.html index 9bacb3900..7cb5a7bc2 100644 --- a/tests/static/highlight_error.html +++ b/tests/static/highlight_error.html @@ -1,29 +1,25 @@ <!html> <html> - <head> - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> - <title>Themeroller CSS Framework Demo</title> - <link rel="stylesheet" href="../../themes/base/ui.all.css" type="text/css" /> - <script type="text/javascript" src="../../jquery-1.2.6.js"></script> - <script type="text/javascript" src="static_helpers.js"></script> - <style type="text/css"> - body {font-size: 62.5%; margin: 20px; font-family: Verdana, sans-serif; color: #444;} - h1 {font-size: 1.5em; margin: 1em 0;} - h2 {font-size: 1.3em; margin: 2em 0 .5em;} - h2 a {font-size: .8em;} - p {font-size: 1.2em; } - form {margin: 4em 0;} - div {padding: .2em .5em;} - .ui-icon {float: left; margin-right: .5em;} - - form div.ui-state-error-text {background: none; border: 0;} - </style> - </head> - <body> - - - - +<head> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> + <title>Themeroller CSS Framework Demo</title> + <link rel="stylesheet" href="../../themes/base/ui.all.css" type="text/css" /> + <script type="text/javascript" src="../../jquery-1.2.6.js"></script> + <script type="text/javascript" src="static_helpers.js"></script> + <style type="text/css"> + body {font-size: 62.5%; margin: 20px; font-family: Verdana, sans-serif; color: #444;} + h1 {font-size: 1.5em; margin: 1em 0;} + h2 {font-size: 1.3em; margin: 2em 0 .5em;} + h2 a {font-size: .8em;} + p {font-size: 1.2em; } + form {margin: 4em 0;} + div {padding: .2em .5em;} + .ui-icon {float: left; margin-right: .5em;} + form div.ui-state-error-text {background: none; border: 0;} + </style> +</head> +<body> + <h2>Error State</h2> <div class="ui-state-error ui-corner-all" style="width: 420px;"> @@ -83,7 +79,6 @@ </fieldset> </form> - </body> -</html> - +</body> +</html> |