first step of theme separation. Only put redbasic under git control. Ignore any other themes in view/theme .

This commit is contained in:
friendica 2015-02-18 17:01:40 -08:00
parent e00be4de23
commit d8d175d7e4
4 changed files with 8 additions and 3 deletions

5
.gitignore vendored
View File

@ -21,6 +21,11 @@ apps/
*.orig *.orig
*.rej *.rej
# themes except for redbasic
view/theme/*
! view/theme/redbasic
# composer files (for fetching sabre) # composer files (for fetching sabre)
composer.* composer.*

View File

@ -1 +1 @@
2015-02-17.947 2015-02-18.948

View File

@ -67,7 +67,7 @@ ul#settings-privacy-macros {
#dspr-pubcomment-label { #dspr-pubcomment-label {
float: left; float: left;
width: 200px; width: 350px;
margin-bottom: 25px; margin-bottom: 25px;
} }

View File

@ -2,7 +2,7 @@
* Redbasic * Redbasic
* *
* Based on duepuntozero Friendica style * Based on duepuntozero Friendica style
* by Fabio Comuni <fabrix.xm@gmail.com> * Originally by Fabio Comuni <fabrix.xm@gmail.com>
*/ */