8 lines
73 B
CSS
8 lines
73 B
CSS
|
div.container {
|
||
|
margin-top: 30px;
|
||
|
}
|
||
|
|
||
|
li.current {
|
||
|
font-weight: bold;
|
||
|
}
|