Apply css style for the search results

This commit is contained in:
AhyoungRyu 2016-08-03 04:20:03 +09:00
parent 68eb997b18
commit f6a05a6351

View file

@ -569,6 +569,30 @@ a.anchorjs-link:hover { text-decoration: none; }
margin-left: -18px;
}
/* Search Page */
#search p {
font-size: 30px;
font-weight: bold;
color: black;
}
#search_results p {
font-size: 13px;
font-weight: 400;
}
#search_results a {
vertical-align: super;
font-size: 16px;
text-decoration: underline;
}
#search_results .link {
font-size: 13px;
color: #008000;
padding-bottom: 3px;
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 480px) {
.jumbotron h1 {