Skip to content
Open
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
9 changes: 5 additions & 4 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,14 @@
.widget cite,
.article-entry cite {
font-style: italic;
font-weight: bold;
}
.widget sup,
.article-entry sup,
.widget sub,
.article-entry sub {
font-size: 0.75em;
line-height: 0;
line-height: 0px;
position: relative;
vertical-align: baseline;
}
Expand Down Expand Up @@ -89,8 +90,8 @@
.article-entry ul ol,
.widget ol ol,
.article-entry ol ol {
margin-top: 0;
margin-bottom: 0;
margin-top: 0px;
margin-bottom: 0px;
}
.widget ul,
.article-entry ul {
Expand Down Expand Up @@ -185,7 +186,7 @@ ul {
}
table {
border-collapse: separate;
border-spacing: 0;
border-spacing: 0px;
vertical-align: middle;
}
caption,
Expand Down