Pārlūkot izejas kodu

Merge pull request #194 from writeas/table-borders

lightly style tables in posts
pull/281/head
Matt Baer pirms 4 gadiem
committed by GitHub
vecāks
revīzija
da0455198d
Šim parakstam datu bāzē netika atrasta zināma atslēga GPG atslēgas ID: 4AEE18F83AFDEB23
1 mainītis faili ar 17 papildinājumiem un 0 dzēšanām
  1. +17
    -0
      less/core.less

+ 17
- 0
less/core.less Parādīt failu

@@ -639,6 +639,23 @@ table.classy {
}
}

article table {
border-spacing: 0;
border-collapse: collapse;
width: 100%;
th {
border-width: 1px 1px 2px 1px;
border-style: solid;
border-color: #ccc;
}
td {
border-width: 0 1px 1px 1px;
border-style: solid;
border-color: #ccc;
padding: .25rem .5rem;
}
}

body#collection article, body#subpage article {
padding-top: 0;
padding-bottom: 0;


Notiek ielāde…
Atcelt
Saglabāt