-<style>
-.header, .header .container, .headline {
- background: #012C35;
-}
-
-.header .container {
- background: transparent !important;
-}
-
-.header .container p {
- color: #fff !important;
-}
+<style type="text/css">
+ .wrapper.header {
+ background: #8a8a8a !important;
+ }
+ .wrapper.header .columns {
+ padding-bottom: 0 !important;
+ }
+ .header p {
+ color: #fff !important;
+ font-weight: bold;
+ }
+ .wrapper.header .header-container {
+ background: #8a8a8a !important;
+ }
</style>
<wrapper class="header">
-
+ <spacer size="16"></spacer>
<center>
- <container>
+ <container class="header-container">
<row class="collapse">
- <columns small="6" large="6">
- <img src="http://placehold.it/50" alt="logo">
+ <columns small="6">
+ <img src="http://placehold.it/200x50/663399">
</columns>
- <columns small="6" large="6">
- <p class="text-right">thing</p>
+ <columns small="6">
+ <spacer size="15"></spacer>
+ <p class="text-right">BASIC</p>
</columns>
</row>
</container>
</center>
-
+ <spacer size="16"></spacer>
</wrapper>
<container>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Error atque, tempore illo nobis. Iure delectus eveniet ut, eaque molestias necessitatibus dicta, eos quidem ex maxime neque quae, fugiat temporibus amet.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Consectetur nisi error, labore porro reiciendis est, voluptate quasi exercitationem ad sed, odio, rem quos nostrum beatae consequatur. Velit accusantium, quo alias!</p>
-</container>
\ No newline at end of file
+</container>
+
+
--- /dev/null
+<container>
+ <row>
+ <columns>
+
+ #417 - 2 sets of angle backets: outer set should not get converted to charachter codes. you should not see 2 angle brackets here:
+ <br>
+ <<LCG Program\TG LCG Coupon Code Default='246996'>>
+
+ <hr>
+
+
+ Should not be converted to apostrophe
+ <br>
+ '
+
+ <hr>
+
+ <br>
+
+ #384 - Should not be converted to ampersand and nbsp
+
+
+ <br>
+
+ Should not be converted to ampersand amp;
+ &
+
+
+ </columns>
+ </row>
+</container>
\ No newline at end of file