24 lines
268 B
CSS
24 lines
268 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;
|
|
}
|
|
|
|
.choice_form {
|
|
min-width: 200px;
|
|
}
|