20 lines
228 B
CSS
20 lines
228 B
CSS
.tc {
|
|
text-align: center;
|
|
}
|
|
|
|
#main-navigation ul li a {
|
|
line-height: 22px;
|
|
}
|
|
|
|
.secondary-navigation ul li a {
|
|
line-height: 23px;
|
|
}
|
|
|
|
.nowrap {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.undecorated_list {
|
|
list-style-type: none;
|
|
}
|