first step of theme separation. Only put redbasic under git control. Ignore any other themes in view/theme .
This commit is contained in:
parent
e00be4de23
commit
d8d175d7e4
5
.gitignore
vendored
5
.gitignore
vendored
@ -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.*
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
2015-02-17.947
|
2015-02-18.948
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user