]> git.mxchange.org Git - friendica.git/commitdiff
frio: fix event seperator
authorrabuzarus <>
Wed, 18 Oct 2017 18:44:29 +0000 (20:44 +0200)
committerrabuzarus <>
Wed, 18 Oct 2017 18:44:29 +0000 (20:44 +0200)
view/theme/frio/css/style.css
view/theme/frio/templates/event_stream_item.tpl

index 511f1553543c23f51b345cfd5692c333b64ac90d..eb8910701c511377b774b449fcad1e7d430f82ba 100644 (file)
@@ -2539,9 +2539,8 @@ ul li:hover .contact-wrapper .contact-action-link:hover {
 .event-card .event-card-content .event-location-map .map{
     margin-top: 10px;
 }
-
-.event-card .event-description .seperator {
-    margin-top: 0;
+.event-card .description {
+    margin-top: 10px;
     box-shadow: 0 1.5px 0 0 rgba(0, 0, 0, .1) inset;
 }
 /* Photos Pages */
index 2b367dcc6e9122dfb1740de5fb7cfe9af3c992b1..79a7739df2d194d649dcdb5163046d608ea2abfa 100644 (file)
@@ -37,8 +37,7 @@
 
        {{if $description}}
        <div class="description event-description">
-               <hr class="seperator" />
                {{$description}}
        </div>
-{{/if}}
+       {{/if}}
 </div>