Switch default, identica themes from @import to theme.ini include key; doesn't make much difference for internal core themes but it'll provide cut-n-pasters with a better example. :)

This commit is contained in:
Brion Vibber 2010-09-02 15:06:47 -07:00
parent 2196d00b1b
commit 6f540f963b
4 changed files with 2 additions and 4 deletions

View File

@ -7,8 +7,6 @@
* @link http://status.net/
*/
@import url(../../base/css/display.css);
@media screen, projection, tv {
body,
a:active {

1
theme/default/theme.ini Normal file
View File

@ -0,0 +1 @@
include=base

View File

@ -7,8 +7,6 @@
* @link http://status.net/
*/
@import url(../../base/css/display.css);
@media screen, projection, tv {
body,
a:active {

1
theme/identica/theme.ini Normal file
View File

@ -0,0 +1 @@
include=base