Improve table style
This commit is contained in:
parent
cdf84bbe17
commit
f66fd8ffa6
|
@ -9,7 +9,8 @@
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
|
|
||||||
<p style="color: #687590;">
|
<p style="color: #687590;">
|
||||||
Last updated {{ .Lastmod.Format "January 2, 2006" }}
|
Last updated {{ .Lastmod.Format "January 2, 2006" }} ·
|
||||||
|
<a href='https://source.joinmastodon.org/mastodon/docs/tree/master/content/{{.Lang}}/{{.File.Path}}' style="color: #687590;">Improve this page</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
|
@ -248,7 +248,9 @@ main table {
|
||||||
main table th,
|
main table th,
|
||||||
main table td {
|
main table td {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
padding: 10px;
|
line-height: 28px;
|
||||||
|
padding: 10px 15px;
|
||||||
|
vertical-align: middle;
|
||||||
border: 1px solid #303643; }
|
border: 1px solid #303643; }
|
||||||
main table th .fa-check,
|
main table th .fa-check,
|
||||||
main table td .fa-check {
|
main table td .fa-check {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -345,7 +345,9 @@ main {
|
||||||
th,
|
th,
|
||||||
td {
|
td {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
padding: 10px;
|
line-height: 28px;
|
||||||
|
padding: 10px 15px;
|
||||||
|
vertical-align: middle;
|
||||||
border: 1px solid lighten($darkest, 8%);
|
border: 1px solid lighten($darkest, 8%);
|
||||||
|
|
||||||
.fa-check {
|
.fa-check {
|
||||||
|
|
Loading…
Reference in New Issue