mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Cropped embedding footer
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -35,7 +35,6 @@
|
|||||||
<%- end %>
|
<%- end %>
|
||||||
<%- end %>
|
<%- end %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
<%- end %>
|
<%- end %>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user