app/assets/stylesheets/application.css in tailog-0.3.7 vs app/assets/stylesheets/application.css in tailog-0.4.0

- old
+ new

@@ -7,10 +7,32 @@ p { white-space: pre-wrap; margin: 0; } +.fixed-top-right { + position: fixed; + top: 25px; + right: 25px; +} + +.settings-panel { + margin-top: 50px; + width: 320px; + box-shadow: 0 6px 12px rgba(0,0,0,.175); +} + +.highlight-list { + margin-top: 5px; +} + +.highlight-list span { + cursor: pointer; + margin-right: 5px; + font-size: 12px; +} + .content-hover p:hover { background: #EEE; } .dl-horizontal dt { @@ -34,6 +56,10 @@ .divider { display: block; margin: 10px 0 20px; color: #a94442; border-bottom: 3px dashed #d9534f; +} + +.highlight { + background: #FFFF88; }