]> git.mxchange.org Git - friendica.git/commitdiff
Vier: Preview picture in admin settings is now smaller
authorMichael Vogel <icarus@dabo.de>
Thu, 19 Jun 2014 22:01:20 +0000 (00:01 +0200)
committerMichael Vogel <icarus@dabo.de>
Thu, 19 Jun 2014 22:01:20 +0000 (00:01 +0200)
view/theme/vier/style.css
view/theme/vier/theme.php

index eb9cfc8897ddb8b0931f7a19cd26b4ad61b1a38d..3fec53fcfe2aa6f74fe4cf1371247afc1fe4d1b3 100644 (file)
@@ -19,6 +19,10 @@ img {
 /*        width: 80%;*/
 }
 
+#adminpage .screenshot img {
+  width: 640px;
+}
+
 #pending-update {
         float:right;
         color: #ffffff;
index 1d2972b623530e2493bf4beb7010454e1d21639e..928ab6c8b2a4f49303a7c12831a1946d63774a3f 100644 (file)
@@ -1,11 +1,11 @@
 <?php
 /**
  * Name: Vier
- * Version: 0.9
+ * Version: 1.1
  * Author: Fabio <http://kirgroup.com/profile/fabrixxm>
  * Author: Ike <http://pirati.ca/profile/heluecht>
  * Maintainer: Ike <http://pirati.ca/profile/heluecht>
- * 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) {