diff --git a/wp-content/themes/twentyten/onecolumn-page.php b/wp-content/themes/twentyten/onecolumn-page.php new file mode 100644 index 0000000000..6f134e38a0 --- /dev/null +++ b/wp-content/themes/twentyten/onecolumn-page.php @@ -0,0 +1,28 @@ + + + +
+
+ + + +
> +

+
+ + ' . __( 'Pages:', 'twentyten' ) . '&after=
'); ?> + ', '' ); ?> +
+
+ + + +
+ + + \ No newline at end of file diff --git a/wp-content/themes/twentyten/style.css b/wp-content/themes/twentyten/style.css index a9038f0ea6..14117f825b 100644 --- a/wp-content/themes/twentyten/style.css +++ b/wp-content/themes/twentyten/style.css @@ -62,7 +62,7 @@ a img { border: none; } /* -LAYOUT: Two-Column (Right) +LAYOUT: Two columns DESCRIPTION: Two-column fixed layout with one sidebar right of content */ @@ -88,6 +88,16 @@ DESCRIPTION: Two-column fixed layout with one sidebar right of content width: 100%; } +/* +LAYOUT: One column, no sidebar +DESCRIPTION: One centered column with no sidebar +*/ + +.onecolumn #content { + margin: 0 auto; + width: 640px; +} + /* =Fonts