title() ?>
diff --git a/usr/themes/default/page.php b/usr/themes/default/page.php index 59f4b0cd..97034961 100644 --- a/usr/themes/default/page.php +++ b/usr/themes/default/page.php @@ -1,6 +1,6 @@ need('header.php'); ?> -title() ?>
diff --git a/usr/themes/default/post.php b/usr/themes/default/post.php index 59a43e67..d0d87873 100644 --- a/usr/themes/default/post.php +++ b/usr/themes/default/post.php @@ -1,6 +1,6 @@ need('header.php'); ?> -
title() ?>
diff --git a/usr/themes/default/style.css b/usr/themes/default/style.css index 3f296610..dee18f0b 100644 --- a/usr/themes/default/style.css +++ b/usr/themes/default/style.css @@ -94,11 +94,6 @@ legend { font-weight: bold; } ul { list-style-type: disc; } -/* ------------------------- - * reset width to 840px - * ---------------------- */ -.container_16 { width: 840px; } - /* ------------------ * header * --------------- */ @@ -188,7 +183,7 @@ width: 100%; } .post img { -max-width: 570px; +max-width: 680px; margin: 5px; }