mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-03-04 13:02:34 +01:00
docs: basic styles for tables
This is a cosmetic fix for PR #3921 (109aa2d4896e). Discussion on #3563
This commit is contained in:
parent
9abc70e389
commit
c074dfeff2
@ -44,4 +44,19 @@ a:hover {
|
||||
display: block;
|
||||
overflow: auto;
|
||||
padding: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
table, th, td {
|
||||
text-align: left;
|
||||
border: 1px solid gray;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
th {
|
||||
padding: 0.5em;
|
||||
background: #EEE;
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user