diff options
author | friendica <info@friendica.com> | 2012-08-01 05:02:43 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-08-01 05:02:43 -0700 |
commit | dcbc0c0c9516adf616023615871439b4015fa686 (patch) | |
tree | 451f1e7f53e9635a2640bef66c4541d1dd4b6c10 /view/theme/slackr | |
parent | 7a0894287268658361c90e2f4d1b77f8ca5739a6 (diff) | |
download | volse-hubzilla-dcbc0c0c9516adf616023615871439b4015fa686.tar.gz volse-hubzilla-dcbc0c0c9516adf616023615871439b4015fa686.tar.bz2 volse-hubzilla-dcbc0c0c9516adf616023615871439b4015fa686.zip |
major theme re-org, only duepuntozero and slackr working atm
Diffstat (limited to 'view/theme/slackr')
-rw-r--r-- | view/theme/slackr/css/style.css (renamed from view/theme/slackr/style.css) | 2 | ||||
-rw-r--r-- | view/theme/slackr/img/editicons.png (renamed from view/theme/slackr/editicons.png) | bin | 6300 -> 6300 bytes | |||
-rw-r--r-- | view/theme/slackr/img/screenshot.jpg (renamed from view/theme/slackr/screenshot.jpg) | bin | 75494 -> 75494 bytes | |||
-rw-r--r-- | view/theme/slackr/php (renamed from view/theme/slackr/theme.php) | 0 |
4 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/slackr/style.css b/view/theme/slackr/css/style.css index 9f10ee540..7ee6d133d 100644 --- a/view/theme/slackr/style.css +++ b/view/theme/slackr/css/style.css @@ -1,4 +1,4 @@ -@import url('../duepuntozero/style.css'); +@import url('../../duepuntozero/css/style.css'); nav #banner #logo-text a { color: #ff0000; diff --git a/view/theme/slackr/editicons.png b/view/theme/slackr/img/editicons.png Binary files differindex 171a40876..171a40876 100644 --- a/view/theme/slackr/editicons.png +++ b/view/theme/slackr/img/editicons.png diff --git a/view/theme/slackr/screenshot.jpg b/view/theme/slackr/img/screenshot.jpg Binary files differindex eb1586d5d..eb1586d5d 100644 --- a/view/theme/slackr/screenshot.jpg +++ b/view/theme/slackr/img/screenshot.jpg diff --git a/view/theme/slackr/theme.php b/view/theme/slackr/php index 7e03886df..7e03886df 100644 --- a/view/theme/slackr/theme.php +++ b/view/theme/slackr/php |