You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
189 B
Plaintext
15 lines
189 B
Plaintext
12 years ago
|
@import "mixins";
|
||
|
|
||
|
noscript {
|
||
|
.posts {
|
||
|
li {
|
||
|
list-style-type: none;
|
||
|
padding: 1em;
|
||
|
margin-bottom: 1em;
|
||
|
|
||
|
&:nth-child(even) {
|
||
|
background: rgba(192,192,192,0.2);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|