diff options
author | Sarven Capadisli <csarven@status.net> | 2010-02-04 19:39:46 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-02-04 19:39:46 +0000 |
commit | e89107549475ee1e824bcf6f0bd66830fb724b2f (patch) | |
tree | 188916e11f65e371330ca8fe58ba7b8d6369d403 /plugins/MobileProfile/mp-screen.css | |
parent | 7ebd13fa69d2a5dac8bc59799281d3d6e017eeae (diff) |
Moved hardcoded identica theme out of MobileProfile. In this case, it
will use whichever theme is loaded as its base and then add its own
mobile styles. Of course, if a theme comes with its own mobile styles,
it will use that instead as an addition to its own base.
Diffstat (limited to 'plugins/MobileProfile/mp-screen.css')
-rw-r--r-- | plugins/MobileProfile/mp-screen.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/MobileProfile/mp-screen.css b/plugins/MobileProfile/mp-screen.css index 04fa5fb00..0fc801612 100644 --- a/plugins/MobileProfile/mp-screen.css +++ b/plugins/MobileProfile/mp-screen.css @@ -1,15 +1,12 @@ /** theme: mobile profile screen * * @package StatusNet - * @author Sarven Capadisli <csarven@status.net> + * @author Sarven Capadisli <csarven@status.net> * @copyright 2009 StatusNet, Inc. * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ -@import url(../../theme/base/css/display.css); -@import url(../../theme/identica/css/display.css); - #wrap { min-width:0; max-width:100%; |