From: Michael Vogel Date: Thu, 19 Jun 2014 22:01:20 +0000 (+0200) Subject: Vier: Preview picture in admin settings is now smaller X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=38fb43702fd6d13b3c574de7d9a496a8d70e7630;p=friendica.git Vier: Preview picture in admin settings is now smaller --- 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) {