17 lines
No EOL
270 B
CSS
17 lines
No EOL
270 B
CSS
.no-liststyle {
|
|
list-style-type: none !important;
|
|
padding-left: 0 !important;
|
|
}
|
|
|
|
.top-nav {
|
|
background-color: #35aca1
|
|
}
|
|
|
|
#root_list_left {
|
|
padding-left: revert !important;
|
|
}
|
|
|
|
.postlink {
|
|
margin-left: 1.5em !important;
|
|
color: #039be5 !important;
|
|
} |