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:
parent
32fd5bc696
commit
8489118811
2 changed files with 3 additions and 8 deletions
|
@ -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 %>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue