This website requires JavaScript.
Explore
Help
Sign In
eliseuamaro
/
gnu-social
Watch
1
Star
0
Fork
0
You've already forked gnu-social
forked from
GNUsocial/gnu-social
Code
Issues
Pull Requests
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
)
;
Reference in New Issue
Copy Permalink