Skip to content

Commit 73e3eaa

Browse files
agcolomgnarf
authored andcommitted
Conduct: Moved menu to the left hand-side
1 parent 02fecde commit 73e3eaa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

themes/jquery.org/page-conduct.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
get_header(); ?>
88

9-
<div id="primary" class="twelve columns">
9+
<div id="primary" class="content-right twelve columns">
1010
<div id="content" role="main">
1111

1212
<?php the_post(); ?>
@@ -21,7 +21,7 @@
2121

2222
</div><!-- #content -->
2323

24-
<div id="sidebar" class="sidebar-right" role="complementary">
24+
<div id="sidebar" class="widget-area" role="complementary">
2525
<aside class="widget">
2626
<h3>jQuery Foundation Code of Conduct</h3>
2727
<ul>
@@ -37,7 +37,7 @@
3737
<h2>License</h2>
3838
<p>
3939
All content on this page is licensed under a
40-
<a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution </a> license.
40+
<a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution</a> license.
4141
</p>
4242
<p>
4343
<a href="http://creativecommons.org/licenses/by/3.0/">
@@ -47,4 +47,4 @@
4747
</div>
4848
</div><!-- #primary -->
4949

50-
<?php get_footer(); ?>
50+
<?php get_footer(); ?>

0 commit comments

Comments
 (0)