app/assets/stylesheets/the_role/headers.css.scss in the_role-1.4.1 vs app/assets/stylesheets/the_role/headers.css.scss in the_role-1.5.0

- old
+ new

@@ -1,13 +1,15 @@ -h1,h2,h3,h4,h5,h6{ - font-family: Verdana, Arial; - color:#333; - font-weight:normal; - line-height:100%; - margin-bottom:15px; +.the_role{ + h1,h2,h3,h4,h5,h6{ + font-family: Verdana, Arial; + color:#333; + font-weight:normal; + line-height:100%; + margin-bottom:15px; + } + h1{font-size:3em;} + h2{font-size:2.8em;} + h3{font-size:2.6em;} + h4{font-size:2.4em;} + h5{font-size:2.2em;} + h6{font-size:2em;} } -h1{font-size:3em;} -h2{font-size:2.8em;} -h3{font-size:2.6em;} -h4{font-size:2.4em;} -h5{font-size:2.2em;} -h6{font-size:2em;} \ No newline at end of file