Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/typebase.less
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ table {
td, th {
padding: 0;
line-height: @baseLineHeight * @baseFontSize - 0px;
vertical-align: top;
}
}

Expand All @@ -92,7 +93,7 @@ code {
font-size: @scale * 1rem;
}

/* Hug a the block above you */
/* Hug the block above you */
.hug {
margin-top: 0;
}
3 changes: 2 additions & 1 deletion src/typebase.rework.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ td,
th {
padding: 0;
line-height: calc(var(--base-line-height) * var(--base-font-size) - 0px);
vertical-align: top;
}
/* Code blocks */

Expand All @@ -120,7 +121,7 @@ code {
.lead {
font-size: calc(var(--scale) * 1rem);
}
/* Hug a the block above you */
/* Hug the block above you */

.hug {
margin-top: 0;
Expand Down
3 changes: 2 additions & 1 deletion src/typebase.sass
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ table
td, th
padding: 0
line-height: $baseLineHeight * $baseFontSize - 0px
vertical-align: top

/* Code blocks */
code
Expand All @@ -88,7 +89,7 @@ code
.lead
font-size: $scale * 1rem

/* Hug a the block above you */
/* Hug the block above you */
.hug
margin-top: 0

3 changes: 2 additions & 1 deletion src/typebase.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ td,
th {
padding: 0;
line-height: $baseLineHeight * $baseFontSize - 0px;
vertical-align: top;
}
/* Code blocks */

Expand All @@ -107,7 +108,7 @@ code {
.lead {
font-size: $scale * 1rem;
}
/* Hug a the block above you */
/* Hug the block above you */

.hug {
margin-top: 0;
Expand Down
3 changes: 2 additions & 1 deletion src/typebase.stylus
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ td,
th
padding 0
line-height baseLineHeight * baseFontSize - 0px
vertical-align top

/* Code blocks */

Expand All @@ -105,7 +106,7 @@ code
.lead
font-size scale * 1rem

/* Hug a the block above you */
/* Hug the block above you */

.hug
margin-top 0
1 change: 1 addition & 0 deletions typebase.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ table td,
table th {
padding: 0;
line-height: 33px;
vertical-align: top;
}
/* Code blocks */
code {
Expand Down