This website requires JavaScript.
Explore
Help
Sign In
wamo
/
gnu-social
Watch
1
Star
0
Fork
0
You've already forked gnu-social
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
479a5e74a3
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-05 01:26:04 +09:00
@
import
url
(
.
.
/
.
.
/
theme
/
base
/
css
/
display
.
css
)
;
Mobile Profile plugin will use the identica theme for now
2009-10-05 01:33:52 +09:00
@
import
url
(
.
.
/
.
.
/
theme
/
identica
/
css
/
display
.
css
)
;
Reference in New Issue
Copy Permalink