(S)CSS cleanup: 0px => O and removal of duplicated properties (#5526)

This commit is contained in:
Bruno Perel
2018-01-25 15:53:36 +01:00
committed by Kris
parent b784c1eda4
commit 6750ff6873
37 changed files with 77 additions and 90 deletions

View File

@@ -9,10 +9,10 @@ body.crawler {
box-shadow: 0 2px 4px -1px rgba(0,0,0,0.25);
}
div.topic-list div[itemprop='itemListElement'] {
padding: 10px 0px;
padding: 10px 0;
border-bottom: 1px solid #e9e9e9;
.page-links a {
padding: 0px 4px;
padding: 0 4px;
}
}
div#main-outlet {
@@ -23,7 +23,7 @@ body.crawler {
}
}
footer nav {
margin: 50px 0px;
margin: 50px 0;
a {
padding: 15px;
}