HTML cleanup
This commit is contained in:
@ -1122,8 +1122,17 @@ body {
|
||||
margin-right: 8.333333333333334%;
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
#index h3 {
|
||||
margin: 0;
|
||||
padding-bottom: .5em;
|
||||
font-size: 28px;
|
||||
font-size: 1.75rem;
|
||||
border-bottom: 1px solid #c3c3c3;
|
||||
}
|
||||
#index article h2 {
|
||||
margin-bottom: 0;
|
||||
font-size: 24px;
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
#index article p + p {
|
||||
text-indent: 0;
|
||||
@ -1373,9 +1382,14 @@ body {
|
||||
.footer-wrap p,
|
||||
.footer-wrap h4,
|
||||
.footer-wrap h5,
|
||||
.footer-wrap h6 {
|
||||
.footer-wrap h6,
|
||||
.footer-wrap span {
|
||||
color: #bfbfbf;
|
||||
}
|
||||
.footer-wrap span {
|
||||
font-size: 14px;
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
.footer-wrap a {
|
||||
border-bottom: 0 solid transparent;
|
||||
}
|
||||
@ -1396,6 +1410,7 @@ body {
|
||||
width: 83.33333333333334%;
|
||||
margin-left: 8.333333333333334%;
|
||||
margin-right: 8.333333333333334%;
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
.related-articles h4 {
|
||||
text-transform: uppercase;
|
||||
|
Reference in New Issue
Block a user