GITLAB
grouille
/
IMA3_P10
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
2145bec81b7a8044e63a6d29e35e0783aaeb5246
Authored by
grouille
2020-04-21 12:52:20 +0200
1 parent
57e3933c
Affichage du réseau
Showing
1 changed file
with
6 additions
and
1 deletions
Show diff stats
site/css/style.css
Inline
Side-by-side
site/css/style.css
Wrap text
Show/Hide comments
View file @
2145bec
...
...
@@ -63,7 +63,12 @@ a, a:hover {
63
63
text-align:center;
64
64
}
65
65
66
-th, td {
66
+th {
67
+ text-align: center;
68
+ vertical-align: middle;
69
+}
70
+
71
+td {
67
72
text-align: center;
68
73
vertical-align: middle;
69
74
}
...
...