Skip to content

Commit 9ca0642

Browse files
committed
Update
1 parent 7c44fdf commit 9ca0642

File tree

2 files changed

+3
-26
lines changed

2 files changed

+3
-26
lines changed

src/test/html/index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html lang="en" style="width: 100%">
2+
<html lang="en">
33

44
<head>
55
<title>Button Component Tests</title>
@@ -12,7 +12,7 @@
1212
<link rel="stylesheet" type="text/css" href="../../../target/test/css/index.css">
1313
</head>
1414

15-
<body class="Site u-width-100">
15+
<body class="Site">
1616
<header class="Site_header
1717
u-width-100
1818
u-font-oleo-script
@@ -33,8 +33,7 @@
3333
u-margin-right-2x"></span>
3434
</header>
3535

36-
<main class="u-width-100
37-
u-text-color-silver-grey
36+
<main class="u-text-color-silver-grey
3837
u-flex
3938
u-flex-column
4039
u-flex-align-items-center

src/test/html/test.html

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -24,28 +24,6 @@
2424

2525
<span class="Test_counter"></span>
2626
<span class="Test_component">Button</span>
27-
28-
<div class="Test_container u-width-100 u-md-flex-justify-around u-md-flex-row u-md-flex-align-items-start">
29-
<div class="Test_input">
30-
<div class="Test_when"></div>
31-
<div class="Test_description">A button's border and background color are not specified.</div>
32-
<pre class="Test_markup">
33-
<code class="html">
34-
<a class="Button
35-
u-letter-spacing-1x
36-
u-on-hover-background-color-555
37-
u-text-color-white
38-
u-font-open-sans
39-
u-font-weight-300
40-
u-font-size-500">booyakasha
41-
</a>
42-
</code>
43-
</pre>
44-
</div>
45-
<div class="Test_output">
46-
<div class="Test_then"></div>
47-
<div class="Test_description u-margin-bottom-1x">Both the border and the background is transparent.</div>
48-
</div>
4927
</div>
5028

5129
<!-- End of Test div-->

0 commit comments

Comments
 (0)