Vier: Preview picture in admin settings is now smaller
This commit is contained in:
parent
7eea5fc212
commit
38fb43702f
|
@ -19,6 +19,10 @@ img {
|
||||||
/* width: 80%;*/
|
/* width: 80%;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#adminpage .screenshot img {
|
||||||
|
width: 640px;
|
||||||
|
}
|
||||||
|
|
||||||
#pending-update {
|
#pending-update {
|
||||||
float:right;
|
float:right;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Name: Vier
|
* Name: Vier
|
||||||
* Version: 0.9
|
* Version: 1.1
|
||||||
* Author: Fabio <http://kirgroup.com/profile/fabrixxm>
|
* Author: Fabio <http://kirgroup.com/profile/fabrixxm>
|
||||||
* Author: Ike <http://pirati.ca/profile/heluecht>
|
* Author: Ike <http://pirati.ca/profile/heluecht>
|
||||||
* Maintainer: 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) {
|
function vier_init(&$a) {
|
||||||
|
|
Loading…
Reference in a new issue