diff --git a/src/main/webapp/sass/components/_entry-list.scss b/src/main/webapp/sass/components/_entry-list.scss index 6bbc5193..06af5263 100644 --- a/src/main/webapp/sass/components/_entry-list.scss +++ b/src/main/webapp/sass/components/_entry-list.scss @@ -59,7 +59,7 @@ #feed-accordion .entry-heading .entry-date { display: block; position: absolute; - right: 20px; + right: 30px; } #feed-accordion a.entry-heading:hover { @@ -127,8 +127,8 @@ #feed-accordion.expanded .entry { margin-bottom: 40px; - border-top: 1px solid #ebebeb; - border-left: 1px solid transparent; + border: 1px solid #ddd; + box-shadow: 0 0 4px #e3e5eb; } #feed-accordion.expanded .current { diff --git a/src/main/webapp/templates/feeds.view.html b/src/main/webapp/templates/feeds.view.html index 9c638fa8..54c9c2ea 100644 --- a/src/main/webapp/templates/feeds.view.html +++ b/src/main/webapp/templates/feeds.view.html @@ -36,6 +36,11 @@
+ + + +