I'm trying to adjust the width at which my journal uses the new mobile stuff. But when I look for the options mentioned in
dw_styles, it looks like they're not available for my style yet, possibly because it's a custom one. Has anyone written up how to add the new stuff to a custom style, or can someone help me, please? I know the basics of writing styles but I'm out of practice.
no subject
Date: 2014-08-31 03:48 pm (UTC)property use medium_breakpoint_width;
property use large_breakpoint_width;
Then two strings in function Page::print_default_stylesheet() {
var string medium_media_query = generate_medium_media_query();
var string large_media_query = generate_large_media_query();
Then @media and one of the strings above being used in the stylesheet. Four times if I counted well.
Hope this helps a little at least.
no subject
Date: 2014-09-01 07:39 am (UTC)no subject
Date: 2014-09-01 01:55 pm (UTC)