Skip to content

Commit

Permalink
Refactoring: Sort style sheet properties alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
c3er committed Aug 22, 2018
1 parent 4e7559c commit 7251537
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
.markdown-body ul ol {
list-style-type: decimal;
}

.markdown-body ul ul ol,
.markdown-body ul ol ol,
.markdown-body ol ul ol,
Expand All @@ -20,43 +20,43 @@

#status-bar {
background-color: #ddd;
color: black;
position: fixed;
bottom: 0;
color: black;
height: 25px;
left: 0;
position: fixed;
right: 0;
height: 25px;
}

#status-text {
font-family: Sans-serif;
font-size: 10pt;
line-height: 0;
vertical-align: middle;
padding-left: 10px;
vertical-align: middle;
}

#blocked-content-info {
background-color: #ffffe1;
border-bottom-style: solid;
border-color: #ddd;
border-width: 1px;
color: black;
position: fixed;
top: 0;
left: 0;
right: 0;
cursor: pointer;
height: 30px;
left: 0;
line-height: 30px;
position: fixed;
right: 0;
text-align: left center;
cursor: pointer;
border-bottom-style: solid;
border-color: #ddd;
border-width: 1px;
top: 0;
}

.blocked-content-info-text {
font-family: Sans-serif;
font-size: 10pt;
margin-top: 0px;
margin-bottom: 0px;
margin-top: 0px;
padding-left: 10px;
padding-right: 10px;
}
Expand Down

0 comments on commit 7251537

Please sign in to comment.