diff options
author | friendica <info@friendica.com> | 2015-02-18 17:01:40 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-18 17:01:40 -0800 |
commit | d8d175d7e44b12cf25fe64a4c906f2726c456942 (patch) | |
tree | 0b2a3436d354ef1920247e6be5ef2679f041f674 | |
parent | e00be4de2353e1ca58570bf37fd247ff99fa549f (diff) | |
download | volse-hubzilla-d8d175d7e44b12cf25fe64a4c906f2726c456942.tar.gz volse-hubzilla-d8d175d7e44b12cf25fe64a4c906f2726c456942.tar.bz2 volse-hubzilla-d8d175d7e44b12cf25fe64a4c906f2726c456942.zip |
first step of theme separation. Only put redbasic under git control. Ignore any other themes in view/theme .
-rwxr-xr-x | .gitignore | 5 | ||||
-rw-r--r-- | version.inc | 2 | ||||
-rw-r--r-- | view/css/mod_settings.css | 2 | ||||
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
4 files changed, 8 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 0c61bbc38..3d17f62d3 100755 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,11 @@ apps/ *.orig *.rej +# themes except for redbasic +view/theme/* +! view/theme/redbasic + + # composer files (for fetching sabre) composer.* diff --git a/version.inc b/version.inc index 56ff27c66..883a519ce 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2015-02-17.947 +2015-02-18.948 diff --git a/view/css/mod_settings.css b/view/css/mod_settings.css index 5fb139074..1a40facae 100644 --- a/view/css/mod_settings.css +++ b/view/css/mod_settings.css @@ -67,7 +67,7 @@ ul#settings-privacy-macros { #dspr-pubcomment-label { float: left; - width: 200px; + width: 350px; margin-bottom: 25px; } diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 9dbe92a1d..1ad0d5d71 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2,7 +2,7 @@ * Redbasic * * Based on duepuntozero Friendica style - * by Fabio Comuni <fabrix.xm@gmail.com> + * Originally by Fabio Comuni <fabrix.xm@gmail.com> */ |