2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

FIX: Cropped embedding footer

This commit is contained in:
Robin Ward 2015-09-18 15:36:40 -04:00
parent 32fd5bc696
commit 8489118811
2 changed files with 3 additions and 8 deletions

View file

@ -119,7 +119,7 @@ header.discourse {
padding-bottom: 8px; padding-bottom: 8px;
font-size: 1.286em; font-size: 1.286em;
border-bottom: 3px solid #ddd; border-bottom: 3px solid #ddd;
.button { .button {
float:right; float:right;
} }
@ -127,16 +127,12 @@ header.discourse {
footer { footer {
font-size: 1.286em; font-size: 1.286em;
margin-top: 15px; margin-top: 0.5em;
.logo {
margin-top: -10px;
}
.button { .button {
color: white; color: white;
padding: 6px 8px; padding: 6px 8px;
background-color: #0088cc; background-color: #0088cc;
display: inline-block;
} }
} }

View file

@ -35,7 +35,6 @@
<%- end %> <%- end %>
<%- end %> <%- end %>
</div> </div>
</article> </article>
<%- end %> <%- end %>