From 38fb43702fd6d13b3c574de7d9a496a8d70e7630 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Fri, 20 Jun 2014 00:01:20 +0200 Subject: [PATCH] Vier: Preview picture in admin settings is now smaller --- view/theme/vier/style.css | 4 ++++ view/theme/vier/theme.php | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index eb9cfc8897..3fec53fcfe 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -19,6 +19,10 @@ img { /* width: 80%;*/ } +#adminpage .screenshot img { + width: 640px; +} + #pending-update { float:right; color: #ffffff; diff --git a/view/theme/vier/theme.php b/view/theme/vier/theme.php index 1d2972b623..928ab6c8b2 100644 --- a/view/theme/vier/theme.php +++ b/view/theme/vier/theme.php @@ -1,11 +1,11 @@ * Author: Ike * Maintainer: Ike - * Description: "Vier" uses the font awesome font library: http://fortawesome.github.com/Font-Awesome/ + * Description: "Vier" is a very compact and modern theme. It uses the font awesome font library: http://fortawesome.github.com/Font-Awesome/ */ function vier_init(&$a) {