Skip to content
Merged
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
24 changes: 24 additions & 0 deletions gutenberg/gutenberg-globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -3215,6 +3215,22 @@ h1 .icon {
display: none;
}

#reading_help_hint {
margin-top: 0;
margin-bottom: 0;
}

#reading_help_hint a {
text-decoration: underline;
color: #003366;
}

@media (max-width: 750px) {
#reading_help_hint {
text-align: center;
}
}

/* Custom styles for tables and headers */
#download_options_table,
#about_book_table {
Expand All @@ -3223,6 +3239,10 @@ h1 .icon {
border: none;
}

#download_options_table {
margin-top: 0px;
}

#download_options_table th,
#download_options_table td,
#about_book_table th,
Expand Down Expand Up @@ -3265,6 +3285,10 @@ h1 .icon {
font-size: 1.5rem;
}

#download_options_header {
margin-bottom: 0px;
}

#content .breadcrumbs {
margin-top: 0;
}
Expand Down