Skip to content

Commit be83d13

Browse files
committed
header: don't add content-full full-width to all page's body class
1 parent 8d92c85 commit be83d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/jquery/header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
?>
5656

5757
</head>
58-
<body id="body-<?php echo $tlsite; ?>" <?php body_class('content-full full-width'); ?>>
58+
<body id="body-<?php echo $tlsite; ?>" <?php body_class(); ?>>
5959

6060
<!--[if lt IE 7]>
6161
<p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better experience this site.</p>

0 commit comments

Comments
 (0)