From 467a1f8635ca93a48024fb80b4b44b4f979a2505 Mon Sep 17 00:00:00 2001
From: raylu
Date: Sun, 17 Jul 2011 18:35:17 -0700
Subject: minor style fixes
---
views/anime/index.html.php | 2 +-
views/anime/view.html.php | 56 ++++++++++++++++++++++++----------------------
views/pages/home.html.php | 8 +++----
3 files changed, 34 insertions(+), 32 deletions(-)
(limited to 'views')
diff --git a/views/anime/index.html.php b/views/anime/index.html.php
index 270ed76..6b1adc0 100644
--- a/views/anime/index.html.php
+++ b/views/anime/index.html.php
@@ -1,5 +1,5 @@
styles($this->html->style('anime'));
+$this->styles($this->html->style('table'));
$this->styles($this->html->style('pagination'));
?>
diff --git a/views/anime/view.html.php b/views/anime/view.html.php
index 11ac437..ce291c5 100644
--- a/views/anime/view.html.php
+++ b/views/anime/view.html.php
@@ -63,33 +63,35 @@ for ($i = 0; $i < count($anime->genres); $i++) {
-
-
-Cast ↓
-
-
-cast); $i++): ?>
- 0) echo ' class="char"' ?>>
-
- = $anime->cast[$i]->character ?>
- |
-
- cast[$i]->people)): ?>
- cast[$i]->people as $actor): ?>
-
- |
- = $actor->name ?> |
- = $actor->language ?> |
-
-
-
-
-
-
-
-Cast ↑
-
-
+cast) > 1): // why is this 1? ?>
+
+
+ Cast ↓
+
+
+ cast); $i++): ?>
+ 0) echo ' class="char"' ?>>
+
+ = $anime->cast[$i]->character ?>
+ |
+
+ cast[$i]->people)): ?>
+ cast[$i]->people as $actor): ?>
+
+ |
+ = $actor->name ?> |
+ = $actor->language ?> |
+
+
+
+
+
+
+
+ Cast ↑
+
+
+
diff --git a/views/pages/home.html.php b/views/pages/home.html.php
index 53cc58d..227a18b 100644
--- a/views/pages/home.html.php
+++ b/views/pages/home.html.php
@@ -69,13 +69,13 @@ $this->styles($this->html->style("/css/home.css"));
Why you'll ♡ OtakuHub~
-For Us By Us
+For us by us
- Built by Otakus for Otakus, we know what you want, and we work tirelessly to give it to you.
+ Built by otakus for otakus. We know what you want and we work tirelessly to give it to you.
-Data Portability
+Data portability
- Move your data between AnimePlanet AnimeDB or MAL or export your list for your own records
+ Move your data between AnimePlanet AnimeDB or MAL or export your list for your own records.
Meet others
--
cgit v1.2.3