16 lines
178 B
CSS
Executable File
16 lines
178 B
CSS
Executable File
.tc {
|
|
text-align: center;
|
|
}
|
|
|
|
#main-navigation ul li a {
|
|
line-height: 22px;
|
|
}
|
|
|
|
.secondary-navigation ul li a {
|
|
line-height: 23px;
|
|
}
|
|
|
|
.nowrap {
|
|
white-space: nowrap;
|
|
}
|