test/dummy/public/html/index.html in magic_stylez-0.0.0.87 vs test/dummy/public/html/index.html in magic_stylez-0.0.0.88
- old
+ new
@@ -4,14 +4,14 @@
<meta charset="UTF-8" />
<title>Magic-Stylez</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
- <link href="//berlinmagic.github.io/magic_stylez/assets/application-d73868b4205dedb8c8da140ca10787a7.css" media="all" rel="stylesheet" />
- <script src="//berlinmagic.github.io/magic_stylez/assets/application-e9a65b23c1261383ff6d1e31cccefef4.js"></script>
+ <link href="//berlinmagic.github.io/magic_stylez/assets/application-9194bbf9b185448d794e018e63dd2dee.css" media="all" rel="stylesheet" />
+ <script src="//berlinmagic.github.io/magic_stylez/assets/application-2ad3e55818eb95bc65f807b960fa193c.js"></script>
<meta content="authenticity_token" name="csrf-param" />
-<meta content="Wx1Tcl6G535cP5YaEFEI0Cera40IbgFR+xIQpoD6XKE=" name="csrf-token" />
+<meta content="k6tYwi2KG7zh2v2m9HBxWdCbUjAIemB7MHawR1w6IaU=" name="csrf-token" />
<link href='http://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
<link href="//berlinmagic.github.io/magic_stylez/assets/ico/favicon-f1706407301f788c54691b6995f60a8f.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" />
<link href="//berlinmagic.github.io/magic_stylez/assets/ico/favicon-f34b54df445838a4f6bdac98bd904570.png" rel="shortcut icon" type="image/png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144"href="//berlinmagic.github.io/magic_stylez/assets/ico/apple-touch-icon-144x144-precomposed-95cd4cdaa08b7ce4607374cb845aa89f.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114"href="//berlinmagic.github.io/magic_stylez/assets/ico/apple-touch-icon-114x114-precomposed-dff6f19fe419b0d0ca7a513b54eb8b34.png" />
@@ -95,10 +95,11 @@
<li><a class="app_lnk lst_lnk" data-target="templates/fixed_subnav" href="#">Fixed Subnav</a></li>
<li><a class="app_lnk lst_lnk" data-target="templates/slidebar_header" href="#">Slidebar Header</a></li>
<li><a class="app_lnk lst_lnk" data-target="templates/slidebar_subnav" href="#">Slidebar Subnav</a></li>
</ul>
</li>
+ <li><a class="app_lnk lst_lnk" data-target="app/changelog" href="#">Changelog</a></li>
</ul>
<br/>
<a href="https://github.com/berlinmagic/magic_stylez/tree/master" target="_blank" class="btn btn-default btn-divided">
<span class="icn"><i class="icomoon-github3"></i></span>
@@ -188,60 +189,16 @@
<p class="highlight"><i class="olicons-hide-filter"></i> magic-styles update generator</p>
<p class="loud"><i class="olicons-hide-filter"></i> in the process I often add new variables to the corporate files</p>
<p class="loud"><i class="olicons-hide-filter"></i> what causes "Missing variable!" when you update to new version</p>
<p class="loud"><i class="olicons-hide-filter"></i> this generator adds all new variables without touching your settings</p>
<pre><code>$ rails g magic_stylez:update</code></pre>
+
<br/>
+ <hr class="half" />
<br/>
+ <p class="louder">Please allways look in the new <a href="#app/changelog" data-target="app/changelog">Changelog</a> for recent chnages.</p>
+ <br/>
- <h4>Changes when update to <small>0.0.0.83</small>:</h4>
- <p>
- Text-Colors now only usable as:
- <br/>
- <code>.color-name-clr</code> /<small>or</small>/ <code>.color-name-color</code> /<small>or</small>/ <code>.color-name-txt</code> /<small>or</small>/ <code>.color-name-text</code> /<small>or</small>/ <br/>
- <code>.clr-color-name</code> /<small>or</small>/ <code>.color-color-name</code> /<small>or</small>/ <code>.txt-color-name</code> /<small>or</small>/ <code>.text-color-name</code>
- </p>
- <p>
- Old style: <code>.color-name</code> is removed !!!
- </p>
- <hr/>
-
- <h4>Changes when update to <small>0.0.0.78</small>:</h4>
- <ul>
- <li>add divider variables in <em>corporate/varriables</em>!</li>
- </ul>
- <p>
- Dividers are completely rewritten and now have transparent backgrounds, so you can place them on any element.
- <br/>
- Also some variables added:
- </p>
- <ul>
- <li><code>$divider-horizontal-spacing</code>, <code>$divider-vertical-spacing</code> => spacing</li>
- <li><code>$divider-top-color</code>, <code>$divider-bottom-color</code> => line-colors for <em>.divider</em> and <em>hr</em></li>
- </ul>
- <p>
- If you update to <strong>>= 0.0.0.78</strong> be sure to run: $ <code>rails g magic_stylez:update</code> !!!
- </p>
- <hr/>
- <h4>Changes when update to <small>0.0.0.67</small>:</h4>
- <ul>
- <li>changed some names in <em>corporate/varriables</em>!</li>
- </ul>
- <p>
- With Version <strong>0.0.0.67</strong> Sections have more bootstrap like name, like <code>.section.section-xs</code> instead of <code>.section.compact</code>.
- <br/>
- Also some variables changed, so <code>$section-flatted-padding</code> becomes <code>$section-sm-padding</code>.
- <br/>
- <br/>
- If you update to <strong>>= 0.0.0.67</strong> be sure to run: $ <code>rails g magic_stylez:update</code> !!!
- </p>
- <hr/>
- <h4>Changes when update to <small>0.0.0.55</small>:</h4>
- <ul>
- <li><em>corporate/typo</em> is removed!</li>
- <li><em>corporate/fonts</em> doesn't contain css, just variables</li>
- </ul>
- <p>With Version <strong>0.0.0.55</strong> I merged <em>corporate/typo</em> into <em>corporate/fonts</em> (they where so similar). I also removed all css from <em>corporate/fonts</em>, because it causes trouble with update generator (and also is not a variable).</p>
</div>
</div>
<div class="section hard-top">