app/assets/stylesheets/whoops.css.scss in whoops-0.2.4 vs app/assets/stylesheets/whoops.css.scss in whoops-0.3

- old
+ new

@@ -144,6 +144,23 @@ .key { font-weight:normal; color:$blue; } +} + +/* Notification rules! */ +#new-notification-rule { + textarea { + height: 100px; + width:190px; + } +} + +.topbar .documentation { + float: right; + @extend .brand; +} + +header form { + float:right; } \ No newline at end of file