Ray's tp CSS changes
This commit is contained in:
parent
816b542ca6
commit
905541aa38
|
@ -277,7 +277,7 @@ a:hover {
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
margin: 0 0 9px;
|
margin: 0 0 9px;
|
||||||
font-family: Helvetica, Arial, sans-serif;
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
}
|
}
|
||||||
|
@ -522,7 +522,7 @@ input,
|
||||||
button,
|
button,
|
||||||
select,
|
select,
|
||||||
textarea {
|
textarea {
|
||||||
font-family: Helvetica, Arial, sans-serif;
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
|
@ -540,7 +540,7 @@ select,
|
||||||
width: 210px;
|
width: 210px;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
/*margin-bottom: 9px;*/
|
margin-bottom: 9px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
color: #555555;
|
color: #555555;
|
||||||
|
@ -3039,7 +3039,7 @@ button.btn.small, input[type="submit"].btn.small {
|
||||||
}
|
}
|
||||||
.navbar-search .search-query {
|
.navbar-search .search-query {
|
||||||
padding: 4px 9px;
|
padding: 4px 9px;
|
||||||
font-family: Helvetica, Arial, sans-serif;
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
@ -3274,7 +3274,7 @@ button.btn.small, input[type="submit"].btn.small {
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
}
|
}
|
||||||
.pagination a:hover, .pagination .active a {
|
.pagination a:hover, .pagination .active a {
|
||||||
background-color: #e8e8e8;
|
background-color: #f5f5f5;
|
||||||
}
|
}
|
||||||
.pagination .active a {
|
.pagination .active a {
|
||||||
color: #999999;
|
color: #999999;
|
||||||
|
|
Reference in New Issue