Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sources pour le Blog
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Le Filament
Sources pour le Blog
Commits
69909697
Commit
69909697
authored
3 years ago
by
Rémi - Le Filament
Browse files
Options
Downloads
Patches
Plain Diff
[ENH] add margin around tables
parent
7fcab23f
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#421
passed
3 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
themes/le_filament/assets/css/style.css
+2
-1
2 additions, 1 deletion
themes/le_filament/assets/css/style.css
with
2 additions
and
1 deletion
themes/le_filament/assets/css/style.css
+
2
−
1
View file @
69909697
...
...
@@ -80,7 +80,7 @@ article a {
}
table
{
margin
:
0
auto
;
margin
:
50px
auto
;
border-collapse
:
collapse
;
}
...
...
@@ -91,6 +91,7 @@ table thead {
table
th
,
table
td
{
border-left
:
solid
1px
;
border-bottom
:
solid
1px
;
}
table
tr
th
:first-child
,
...
...
This diff is collapsed.
Click to expand it.
Rémi - Le Filament
@remi-filament
mentioned in commit
9c487f39
·
3 years ago
mentioned in commit
9c487f39
mentioned in commit 9c487f392fd7433cb0e2d1c466030709b13c9a6a
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment