Vier: Preview picture in admin settings is now smaller

このコミットが含まれているのは:
Michael Vogel 2014-06-20 00:01:20 +02:00
コミット 38fb43702f
2個のファイルの変更6行の追加2行の削除

ファイルの表示

@ -19,6 +19,10 @@ img {
/* width: 80%;*/
}
#adminpage .screenshot img {
width: 640px;
}
#pending-update {
float:right;
color: #ffffff;

ファイルの表示

@ -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) {