This website requires JavaScript.
Explore
Help
Sign In
GNUsocial
/
gnu-social
Watch
4
Star
0
Fork
1
You've already forked gnu-social
Code
Issues
Releases
Wiki
Activity
62400b8c89
gnu-social
/
plugins
/
MobileProfile
/
mp-screen.css
3 lines
98 B
CSS
Raw
Normal View
History
Unescape
Escape
Added ability to define mobile stylesheets (handheld, screen) at the theme level. If there are no mobile stylesheets in the theme directory, it will use the ones that come with the plugin.
2009-10-04 17:26:04 +01:00
@
import
url
(
.
.
/
.
.
/
theme
/
base
/
css
/
display
.
css
)
;
Mobile Profile plugin will use the identica theme for now
2009-10-04 17:33:52 +01:00
@
import
url
(
.
.
/
.
.
/
theme
/
identica
/
css
/
display
.
css
)
;
Copy Permalink