From 1ed2067316e0154cffd3b5ee9abb87ba738f8dd6 Mon Sep 17 00:00:00 2001 From: "chris.gossmann" Date: Fri, 6 Aug 2010 13:48:46 +0000 Subject: [PATCH] Fixed: Renamed template files page-... to template-page-... and adjusted the CSS files. git-svn-id: http://thematic.googlecode.com/svn/trunk@695 25245320-ac48-0410-b4b3-eb13123354aa --- changelog.html | 7 +++++++ library/layouts/2c-l-fixed.css | 6 +++--- library/layouts/2c-r-fixed.css | 6 +++--- library/layouts/3c-fixed.css | 6 +++--- library/layouts/3c-r-fixed-primary.css | 6 +++--- library/layouts/3c-r-fixed.css | 6 +++--- page-blog.php => template-page-blog.php | 0 page-fullwidth.php => template-page-fullwidth.php | 0 8 files changed, 22 insertions(+), 15 deletions(-) rename page-blog.php => template-page-blog.php (100%) rename page-fullwidth.php => template-page-fullwidth.php (100%) diff --git a/changelog.html b/changelog.html index 4a87a23..810af7b 100644 --- a/changelog.html +++ b/changelog.html @@ -1,5 +1,12 @@

What's new in Thematic 0.9.7.4

+ +
  • Fixed:

    + +
  • +

    What's new in Thematic 0.9.7.3

  • Fixed:

    diff --git a/library/layouts/2c-l-fixed.css b/library/layouts/2c-l-fixed.css index af40f64..89553b4 100644 --- a/library/layouts/2c-l-fixed.css +++ b/library/layouts/2c-l-fixed.css @@ -80,16 +80,16 @@ body { Full Width Template */ -.page-template-page-fullwidth-php #container { +.page-template-template-page-fullwidth-php #container { margin:0; width:940px; } -.page-template-page-fullwidth-php #content { +.page-template-template-page-fullwidth-php #content { margin: 0 0 0 10px; width:940px; } -.page-template-page-fullwidth-php #comments { +.page-template-template-page-fullwidth-php #comments { width:540px; } diff --git a/library/layouts/2c-r-fixed.css b/library/layouts/2c-r-fixed.css index e1b3469..bbe4c40 100644 --- a/library/layouts/2c-r-fixed.css +++ b/library/layouts/2c-r-fixed.css @@ -74,16 +74,16 @@ body { Full Width Template */ -.page-template-page-fullwidth-php #container { +.page-template-template-page-fullwidth-php #container { margin:0; width:940px; } -.page-template-page-fullwidth-php #content { +.page-template-template-page-fullwidth-php #content { margin: 0 0 0 10px; width:940px; } -.page-template-page-fullwidth-php #comments { +.page-template-template-page-fullwidth-php #comments { width:540px; } diff --git a/library/layouts/3c-fixed.css b/library/layouts/3c-fixed.css index f9d2843..2256870 100644 --- a/library/layouts/3c-fixed.css +++ b/library/layouts/3c-fixed.css @@ -79,16 +79,16 @@ body { Full Width Template */ -.page-template-page-fullwidth-php #container { +.page-template-template-page-fullwidth-php #container { margin:0; width:940px; } -.page-template-page-fullwidth-php #content { +.page-template-template-page-fullwidth-php #content { margin: 0 0 0 10px; width:940px; } -.page-template-page-fullwidth-php #comments { +.page-template-template-page-fullwidth-php #comments { width:540px; } diff --git a/library/layouts/3c-r-fixed-primary.css b/library/layouts/3c-r-fixed-primary.css index abd011a..2a75209 100644 --- a/library/layouts/3c-r-fixed-primary.css +++ b/library/layouts/3c-r-fixed-primary.css @@ -74,16 +74,16 @@ body { Full Width Template */ -.page-template-page-fullwidth-php #container { +.page-template-template-page-fullwidth-php #container { margin:0; width:940px; } -.page-template-page-fullwidth-php #content { +.page-template-template-page-fullwidth-php #content { margin: 0 0 0 10px; width:940px; } -.page-template-page-fullwidth-php #comments { +.page-template-template-page-fullwidth-php #comments { width:540px; } diff --git a/library/layouts/3c-r-fixed.css b/library/layouts/3c-r-fixed.css index c5e968b..fc2aa7c 100644 --- a/library/layouts/3c-r-fixed.css +++ b/library/layouts/3c-r-fixed.css @@ -74,16 +74,16 @@ body { Full Width Template */ -.page-template-page-fullwidth-php #container { +.page-template-template-page-fullwidth-php #container { margin:0; width:940px; } -.page-template-page-fullwidth-php #content { +.page-template-template-page-fullwidth-php #content { margin: 0 0 0 10px; width:940px; } -.page-template-page-fullwidth-php #comments { +.page-template-template-page-fullwidth-php #comments { width:540px; } diff --git a/page-blog.php b/template-page-blog.php similarity index 100% rename from page-blog.php rename to template-page-blog.php diff --git a/page-fullwidth.php b/template-page-fullwidth.php similarity index 100% rename from page-fullwidth.php rename to template-page-fullwidth.php