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
*.rej
# themes except for redbasic
view/theme/*
! view/theme/redbasic
# composer files (for fetching sabre)
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 {
float: left;
width: 200px;
width: 350px;
margin-bottom: 25px;
}

View file

@ -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>
*/