Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
docs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
noellabo
docs
Commits
f66fd8ff
Commit
f66fd8ff
authored
Sep 23, 2018
by
Eugen Rochko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve table style
parent
cdf84bbe
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
4 deletions
+9
-4
single.html
layouts/_default/single.html
+2
-1
style.css
static/style.css
+3
-1
style.css.map
static/style.css.map
+1
-1
style.scss
static/style.scss
+3
-1
No files found.
layouts/_default/single.html
View file @
f66fd8ff
...
@@ -9,7 +9,8 @@
...
@@ -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 }}
static/style.css
View file @
f66fd8ff
...
@@ -248,7 +248,9 @@ main table {
...
@@ -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
{
...
...
static/style.css.map
View file @
f66fd8ff
This diff is collapsed.
Click to expand it.
static/style.scss
View file @
f66fd8ff
...
@@ -345,7 +345,9 @@ main {
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment