From 0aa7bfb264f6fd974087365493afa76de402e8b8 Mon Sep 17 00:00:00 2001 From: guy9000 Date: Wed, 20 May 2015 18:06:26 -0400 Subject: [PATCH 1/6] Fixed top board list color for Yotsuba CSS --- stylesheets/yotsuba.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stylesheets/yotsuba.css b/stylesheets/yotsuba.css index 3fea60cb..db14931d 100644 --- a/stylesheets/yotsuba.css +++ b/stylesheets/yotsuba.css @@ -67,6 +67,9 @@ table.modlog tr th { background-color: #F0E0D6; } +div.boardlist:not(.bottom) { + background-color: #F0E0D6; +} .box { From 79cbf51de36580ef6d38cca40483568a135dab0a Mon Sep 17 00:00:00 2001 From: guy9000 Date: Wed, 20 May 2015 18:13:59 -0400 Subject: [PATCH 2/6] Fixed top board list color for Yotsuba CSS --- stylesheets/yotsuba.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stylesheets/yotsuba.css b/stylesheets/yotsuba.css index db14931d..387fb590 100644 --- a/stylesheets/yotsuba.css +++ b/stylesheets/yotsuba.css @@ -66,8 +66,7 @@ table.modlog tr th { .desktop-style div.boardlist:nth-child(1) { background-color: #F0E0D6; } - -div.boardlist:not(.bottom) { +.desktop-style div.boardlist:not(.bottom) { background-color: #F0E0D6; } From 9f01a099b2e91499cd2f5ab3346f6e8115d01558 Mon Sep 17 00:00:00 2001 From: guy9000 Date: Wed, 20 May 2015 18:15:36 -0400 Subject: [PATCH 3/6] Fixed top board list color for Yotsuba CSS --- stylesheets/yotsuba.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stylesheets/yotsuba.css b/stylesheets/yotsuba.css index 387fb590..345e5adc 100644 --- a/stylesheets/yotsuba.css +++ b/stylesheets/yotsuba.css @@ -66,8 +66,9 @@ table.modlog tr th { .desktop-style div.boardlist:nth-child(1) { background-color: #F0E0D6; } + .desktop-style div.boardlist:not(.bottom) { - background-color: #F0E0D6; + background-color: #F0E0D6; } From be61ddd9b2ed97d4f3045b63cd253d40634c4972 Mon Sep 17 00:00:00 2001 From: guy9000 Date: Sun, 24 May 2015 21:40:56 -0400 Subject: [PATCH 4/6] Fixed broken URLs in 'log.php' --- templates/mod/log.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/mod/log.html b/templates/mod/log.html index 0ec81afd..4ad9c4a9 100644 --- a/templates/mod/log.html +++ b/templates/mod/log.html @@ -14,7 +14,7 @@ hidden {% else %} {% if not mod|hasPermission(config.mod.modlog) %} - {{ log.username|e }} + {{ log.username|e }} {% else %} {{ log.username|e }} {% endif %} From 6cf354791bc2c8da28e73cefe89a401524292b57 Mon Sep 17 00:00:00 2001 From: guy9000 Date: Fri, 29 May 2015 03:26:54 -0400 Subject: [PATCH 5/6] Added {{ config.root }} to PM URL --- templates/mod/log.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/mod/log.html b/templates/mod/log.html index 4ad9c4a9..b75b534a 100644 --- a/templates/mod/log.html +++ b/templates/mod/log.html @@ -14,7 +14,7 @@ hidden {% else %} {% if not mod|hasPermission(config.mod.modlog) %} - {{ log.username|e }} + {{ log.username|e }} {% else %} {{ log.username|e }} {% endif %} From 377523a9fbc0efd97ffc63b589a839bc67004cb4 Mon Sep 17 00:00:00 2001 From: guy9000 Date: Fri, 29 May 2015 13:07:47 -0400 Subject: [PATCH 6/6] Removed '/' from PM URL. --- templates/mod/log.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/mod/log.html b/templates/mod/log.html index b75b534a..ea2eab74 100644 --- a/templates/mod/log.html +++ b/templates/mod/log.html @@ -14,7 +14,7 @@ hidden {% else %} {% if not mod|hasPermission(config.mod.modlog) %} - {{ log.username|e }} + {{ log.username|e }} {% else %} {{ log.username|e }} {% endif %}