Skip to content

Commit b1386c2

Browse files
authored
Merge pull request #1089 from jdufresne/strong
Remove unnecessary CSS in jQuery example
2 parents 2dd172a + de8f57d commit b1386c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

example/templates/jquery/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<title>jQuery Test</title>
66
<style>
77
.hide {display:none;}
8-
#v {font-weight:bold;}
98
</style>
109
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
1110
<script type="text/javascript">
@@ -17,6 +16,6 @@
1716
</head>
1817
<body>
1918
<h1>jQuery Test</h1>
20-
<p class="hide">If you see this, jQuery <span id="v"></span> is working.</p>
19+
<p class="hide">If you see this, jQuery <strong id="v"></strong> is working.</p>
2120
</body>
2221
</html>

0 commit comments

Comments
 (0)