Commit d3be5e53 authored by Dan Pascu's avatar Dan Pascu

Reorganized css style statements

parent 80f2deb9
...@@ -4,15 +4,12 @@ ...@@ -4,15 +4,12 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" />
<base href="{base_url}"> <base href="{base_url}">
<style type="text/css"> <!-- Settings common to all styles !-->
<style id="base_style" type="text/css" media="screen,print">
* {{ word-wrap: break-word; text-rendering: optimizelegibility; }} * {{ word-wrap: break-word; text-rendering: optimizelegibility; }}
img.scaled-to-fit {{ height: auto; max-width: 100%; }} img.scaled-to-fit {{ height: auto; max-width: 100%; }}
</style> </style>
<!-- This style is shared by all variants. !-->
<style id="base_style" type="text/css" media="screen,print">
</style>
<!-- The selected style !--> <!-- The selected style !-->
<style id="main_style" type="text/css" media="screen,print"> <style id="main_style" type="text/css" media="screen,print">
@import url("{style_url}"); @import url("{style_url}");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment