Use single-line rules for lone selectors in CSS
This commit is contained in:
parent
7e960d5754
commit
f0df5ca81a
1 changed files with 2 additions and 6 deletions
|
|
@ -1,6 +1,4 @@
|
||||||
* {
|
* { margin: 0px; }
|
||||||
margin: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'ShareTech';
|
font-family: 'ShareTech';
|
||||||
|
|
@ -49,9 +47,7 @@ ul {
|
||||||
color: #F1E9E5;
|
color: #F1E9E5;
|
||||||
}
|
}
|
||||||
|
|
||||||
li {
|
li { margin-bottom: 10px; }
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sourceCode pre {
|
.sourceCode pre {
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue