app/assets/stylesheets/pulitzer.scss in pulitzer-0.3.9 vs app/assets/stylesheets/pulitzer.scss in pulitzer-0.4.0

- old
+ new

@@ -69,10 +69,13 @@ } .preview-link{ float: left; margin-top: 8px; } + .pulitzer-indent{ + margin-left: 40px; + } a { color: #32638a; text-decoration: none; &:hover { text-decoration: underline; @@ -133,10 +136,17 @@ } .icon-separator { display: inline-block; width: 5px; } + &.match-h5{ + line-height: 20px; + margin: 10px 0; + } + &.margin { + margin-right: 1em; + } } .pulitzer-hidden{ display: none; } @@ -167,10 +177,9 @@ background-color: #e6e6e6; border-top: 1px solid #636564; border-left: 1px solid #636564; } } - // wysihtml5 .wysihtml5-sandbox { width: 100% !important; }