aboutsummaryrefslogtreecommitdiffstats
path: root/blogthon.cgi
diff options
context:
space:
mode:
authorStefan Ritter <xeno@goliath.thehappy.de>2009-03-03 23:54:23 +0100
committerStefan Ritter <xeno@goliath.thehappy.de>2009-03-03 23:54:23 +0100
commit622aec5badede447a477aeeca07e0608821ced49 (patch)
tree40461ad53f4eee3ffb68aa3aeee6a4d285cfdc41 /blogthon.cgi
parentb1e6cb9b65fbac7f036f3ab95bee0f65a984f378 (diff)
Design:
Entries are now floating around the sidebar if there is not enough space for the maxwidth.
Diffstat (limited to 'blogthon.cgi')
-rwxr-xr-xblogthon.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/blogthon.cgi b/blogthon.cgi
index bda8b58..90b2f42 100755
--- a/blogthon.cgi
+++ b/blogthon.cgi
@@ -71,7 +71,7 @@ if newest_first:
else:
entries.sort()
-print ' <div class="sidebar">'
+print ' <div class="screen"><div class="sidebar">'
if staticpages == "True":
staticpages = []
@@ -163,7 +163,7 @@ else: # Show regular entry
if not month_display and not post_display and not allentries_display and entry_counter == entries_per_page: # Display pagelist
print ' <div class="entry"><a href=?a=1>View all entries...</a></div>'
-print ' </div>'
+print ' </div></div>'
print ' </body>'
print '</html>'