Skip to content

Commit c39d5e8

Browse files
committed
[chore] remove unnecessary padding and visual noise from the README
1 parent 5252a9c commit c39d5e8

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

datafiles/static/hackage.css

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -328,27 +328,27 @@ blockquote {
328328
line-height: 1.2em;
329329
}
330330

331-
div#properties table.properties thead,
332-
div#properties table.properties tbody,
333-
div#properties table.properties tr,
334-
div#properties table.properties td,
335-
div#properties table.properties th {
331+
#properties table.properties thead,
332+
#properties table.properties tbody,
333+
#properties table.properties tr,
334+
#properties table.properties td,
335+
#properties table.properties th {
336336
display: block;
337337
}
338338

339-
div#properties table.properties td {
339+
#properties table.properties td {
340340
font-size: 1rem;
341341
}
342342

343-
div#properties table.properties tr {
343+
#properties table.properties tr {
344344
padding-bottom: 3px;
345345
}
346346

347-
div#properties table.properties td {
347+
#properties table.properties td {
348348
padding-top: 0px;
349349
}
350350

351-
div#properties table.properties .star-rating {
351+
#properties table.properties .star-rating {
352352
overflow: hidden;
353353
padding: 2px 0;
354354
}
@@ -493,7 +493,7 @@ table.properties td, table.properties th {
493493
margin-bottom: 0px;
494494
}
495495

496-
div #properties {
496+
#properties {
497497
width: 40%;
498498
margin-bottom: 2em;
499499
}
@@ -554,7 +554,7 @@ table.properties td, table.properties th {
554554
padding-top: 9px;
555555
}
556556

557-
div #properties {
557+
#properties {
558558
width: 100%;
559559
margin: 1.3em 0;
560560
}
@@ -1057,9 +1057,8 @@ p.tip {
10571057
}
10581058

10591059
.embedded-author-content {
1060-
border-left: 1px solid #d8d7ad;
1061-
padding: 0.5em 1em;
1062-
margin: 0.5em 0 1em 1em;
1060+
padding: 0.5em 0;
1061+
margin: 0.5em 0;
10631062
}
10641063

10651064
.embedded-author-content img {

0 commit comments

Comments
 (0)