Merge branch 'master' of gitorious.org:statusnet/mainline
This commit is contained in:
commit
db90bcb329
@ -42,10 +42,10 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
|
||||
*/
|
||||
require_once INSTALLDIR.'/classes/Memcached_DataObject.php';
|
||||
|
||||
/* We keep the first three 20-notice pages, plus one for pagination check,
|
||||
/* We keep 200 notices, the max number of notices available per API request,
|
||||
* in the memcached cache. */
|
||||
|
||||
define('NOTICE_CACHE_WINDOW', 61);
|
||||
define('NOTICE_CACHE_WINDOW', 200);
|
||||
|
||||
define('MAX_BOXCARS', 128);
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
* @link http://status.net/
|
||||
*/
|
||||
|
||||
@import url(base.css) screen, projection, tv, print;
|
||||
@import url(base.css);
|
||||
|
||||
@media screen, projection, tv {
|
||||
html {
|
||||
|
@ -7,7 +7,7 @@
|
||||
* @link http://status.net/
|
||||
*/
|
||||
|
||||
@import url(../../base/css/display.css) screen, projection, tv, print;
|
||||
@import url(../../base/css/display.css);
|
||||
|
||||
@media screen, projection, tv {
|
||||
body,
|
||||
|
@ -7,7 +7,7 @@
|
||||
* @link http://status.net/
|
||||
*/
|
||||
|
||||
@import url(../../base/css/display.css) screen, projection, tv, print;
|
||||
@import url(../../base/css/display.css);
|
||||
|
||||
@media screen, projection, tv {
|
||||
body,
|
||||
|
@ -7,7 +7,7 @@
|
||||
* @link http://status.net/
|
||||
*/
|
||||
|
||||
@import url(base.css) screen, projection, tv, print;
|
||||
@import url(base.css);
|
||||
|
||||
@media screen, projection, tv {
|
||||
html {
|
||||
|
Loading…
Reference in New Issue
Block a user