Vier: Preview picture in admin settings is now smaller

This commit is contained in:
Michael Vogel 2014-06-20 00:01:20 +02:00
vecāks 7eea5fc212
revīzija 38fb43702f
2 mainīti faili ar 6 papildinājumiem un 2 dzēšanām

Parādīt failu

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

Parādīt failu

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