app/assets/stylesheets/app_frame/application.scss in app_frame-0.5.7 vs app/assets/stylesheets/app_frame/application.scss in app_frame-0.5.8

- old
+ new

@@ -10,10 +10,14 @@ @import 'devise'; @import 'forms'; @import 'sidenav'; @import 'page_header'; +section { + border-bottom: 1px solid #eee; +} + .container-fluid > .sidebar { position: absolute; top: 0; left: auto; right: 20px; @@ -43,5 +47,10 @@ .debug_dump { display: block; } +#subnav { + background-color: #eee; + margin: -10px -20px 20px; + padding: 10px 20px 0; +}