diff --git a/prototypes/responsive-layout-flex.html b/prototypes/responsive-layout-flex.html index 97995aac..c822ac08 100644 --- a/prototypes/responsive-layout-flex.html +++ b/prototypes/responsive-layout-flex.html @@ -85,7 +85,6 @@ .description .last-message { font-size: 0.8em; - } .room-panel-placeholder, .room-panel { @@ -195,7 +194,7 @@ } .timeline-panel li { - background: darkblue; + background: blue; padding: 10px; margin: 10px; }