mirror of
https://github.com/kognise/water.css.git
synced 2025-12-06 06:44:58 +01:00
parent
12f8b799f2
commit
6d0444fe00
1 changed files with 16 additions and 1 deletions
|
|
@ -5,4 +5,19 @@ img {
|
|||
hr {
|
||||
border: none;
|
||||
border-top: 1px solid $border;
|
||||
}
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
td,
|
||||
th {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
table,
|
||||
th,
|
||||
td {
|
||||
border: 1px solid $border;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue