From 856aaec7ca970b3f1e1e4ae2d6aedf57f78608d3 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Thu, 16 Feb 2017 14:30:39 -0500 Subject: [PATCH] Reference svg logos as image files, not raw html --- app/views/anime/cover.php | 4 ++-- app/views/anime/details.php | 18 +++++++++--------- app/views/anime/list.php | 6 +++--- app/views/header.php | 9 ++++++--- app/views/main-menu.php | 6 +++--- public/css/base.css | 1 + public/css/base.myth.css | 1 + 7 files changed, 25 insertions(+), 20 deletions(-) diff --git a/app/views/anime/cover.php b/app/views/anime/cover.php index 51cffb84..bd320894 100644 --- a/app/views/anime/cover.php +++ b/app/views/anime/cover.php @@ -55,10 +55,10 @@ diff --git a/app/views/anime/details.php b/app/views/anime/details.php index 6aa91b08..389d060c 100644 --- a/app/views/anime/details.php +++ b/app/views/anime/details.php @@ -54,21 +54,21 @@ - + - - - -    + + + +    - -    + +    - - + + diff --git a/app/views/anime/list.php b/app/views/anime/list.php index f2857e26..a9ff92b6 100644 --- a/app/views/anime/list.php +++ b/app/views/anime/list.php @@ -64,11 +64,11 @@ - - + + - + diff --git a/app/views/header.php b/app/views/header.php index e49e45f2..3575945c 100644 --- a/app/views/header.php +++ b/app/views/header.php @@ -6,7 +6,7 @@ - + @@ -14,7 +14,10 @@
\ No newline at end of file diff --git a/app/views/main-menu.php b/app/views/main-menu.php index 9542d7eb..dc5d86a5 100644 --- a/app/views/main-menu.php +++ b/app/views/main-menu.php @@ -33,12 +33,12 @@ diff --git a/public/css/base.css b/public/css/base.css index 475583b1..fca8d1cc 100644 --- a/public/css/base.css +++ b/public/css/base.css @@ -1316,6 +1316,7 @@ a:hover, a:active { .streaming-logo { width: 50px; height: 50px; + vertical-align:middle; } .cover_streaming_link .streaming-logo { diff --git a/public/css/base.myth.css b/public/css/base.myth.css index a70e419c..d855d069 100644 --- a/public/css/base.myth.css +++ b/public/css/base.myth.css @@ -568,6 +568,7 @@ a:hover, a:active { .streaming-logo { width: 50px; height: 50px; + vertical-align:middle; } .cover_streaming_link .streaming-logo {