diff options
author | Simon <simon@kisikew.org> | 2012-05-28 16:26:24 -0700 |
---|---|---|
committer | Simon <simon@kisikew.org> | 2012-05-28 16:26:24 -0700 |
commit | 51c2ef0efbb55d8b7f21cd2d23f073dec33d4b47 (patch) | |
tree | 951691f2090dc5d962d69ea4597ecabc1889215d /view/theme/dispy/dark/theme.php | |
parent | 6962989e52f0ce442fbb3e59992eeb528faa12da (diff) | |
parent | cb259098dd112d6a5ad3900bbccec614b0482ca1 (diff) | |
download | volse-hubzilla-51c2ef0efbb55d8b7f21cd2d23f073dec33d4b47.tar.gz volse-hubzilla-51c2ef0efbb55d8b7f21cd2d23f073dec33d4b47.tar.bz2 volse-hubzilla-51c2ef0efbb55d8b7f21cd2d23f073dec33d4b47.zip |
Merge pull request #315 from simonlnu/master
fixed font-size/line-height stuffs
Diffstat (limited to 'view/theme/dispy/dark/theme.php')
-rw-r--r-- | view/theme/dispy/dark/theme.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/view/theme/dispy/dark/theme.php b/view/theme/dispy/dark/theme.php index e156b6a7d..f73a12765 100644 --- a/view/theme/dispy/dark/theme.php +++ b/view/theme/dispy/dark/theme.php @@ -3,7 +3,6 @@ /* * Name: Dispy Dark * Description: Dispy Dark: Dark, 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' => 'dark', - 'version' => '1.2.1' ); function dispy_dark_init(&$a) { |