diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-05-28 19:25:10 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-05-28 19:25:10 -0400 |
commit | cb259098dd112d6a5ad3900bbccec614b0482ca1 (patch) | |
tree | 951691f2090dc5d962d69ea4597ecabc1889215d /view/theme/dispy/light/theme.php | |
parent | 91c1a2943badc32b521acd5cc933a236ca6f5c0f (diff) | |
download | volse-hubzilla-cb259098dd112d6a5ad3900bbccec614b0482ca1.tar.gz volse-hubzilla-cb259098dd112d6a5ad3900bbccec614b0482ca1.tar.bz2 volse-hubzilla-cb259098dd112d6a5ad3900bbccec614b0482ca1.zip |
fixed font-size/line-height stuffs
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy/light/theme.php')
-rw-r--r-- | view/theme/dispy/light/theme.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/view/theme/dispy/light/theme.php b/view/theme/dispy/light/theme.php index df3cca042..94a699b70 100644 --- a/view/theme/dispy/light/theme.php +++ b/view/theme/dispy/light/theme.php @@ -3,7 +3,6 @@ /* * Name: Dispy Light * Description: Dispy Light: Light, Spartan, Sleek, and Functional - * Version: 1.2.1 * Author: Simon <http://simon.kisikew.org/> * Maintainer: Simon <http://simon.kisikew.org/> * Screenshot: <a href="screenshot.jpg">Screenshot</a> @@ -13,7 +12,6 @@ $a = get_app(); $a->theme_info = array( 'family' => 'dispy', 'name' => 'light', - 'version' => '1.2.1' ); function dispy_light_init(&$a) { |