diff --git a/templates/themes/recent/recent.css b/templates/themes/recent/recent.css index 1ec5dc50..2559bcc3 100644 --- a/templates/themes/recent/recent.css +++ b/templates/themes/recent/recent.css @@ -44,14 +44,14 @@ body color: #7fdd57; border: 0px solid #060; float: left; - width: 300px; + width: 50%; } .box.right { background: #0b000f; color: #7fdd57; border: 0px solid #006; float: right; - width: 436px; + width: 50%; } .box h2 { @@ -170,3 +170,7 @@ div.ban h2:not(:nth-child(1)) { border-top: 0px solid #0b000f; } + +div.footer{ +clear:both; +} diff --git a/templates/themes/recent/recent.html b/templates/themes/recent/recent.html index f0276ac7..45b627d8 100644 --- a/templates/themes/recent/recent.html +++ b/templates/themes/recent/recent.html @@ -9,7 +9,6 @@ {% if config.url_favicon %}{% endif %} - {% if config.default_stylesheet.1 != '' %}{% endif %} {% if config.font_awesome %}{% endif %} @@ -24,12 +23,14 @@
+
mascot +

-

CYBERPUNK IS DEAD

Pour out the Soykaf, lurk, and read the rules before posting!
- +

CYBERPUNK IS DUCK

Pour out the Soykaf, lurk, and read the rules before posting!
+
mascot

@@ -67,13 +68,14 @@
- + {% endfilter %} diff --git a/templates/themes/recent/theme.php b/templates/themes/recent/theme.php index a826048f..d4d4e9b8 100644 --- a/templates/themes/recent/theme.php +++ b/templates/themes/recent/theme.php @@ -19,7 +19,7 @@ global $config, $_theme; if ($action == 'all') { - copy('templates/themes/recent/' . $settings['basecss'], $config['dir']['home'] . $settings['css']); + copy('templates/themes/recent/' . $settings['basecss'], $config['dir']['home'] . "stylesheets/" . $settings['css']); } $this->excluded = explode(' ', $settings['exclude']);