stylize search results
This commit is contained in:
@@ -939,6 +939,21 @@ iframe.iphone {
|
||||
}
|
||||
}
|
||||
|
||||
.news-box-search {
|
||||
@media (min-width: 768px) {
|
||||
margin-top: -50px;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
padding: 5px;
|
||||
border-color: @brand-info;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-radius: 5px;
|
||||
width: 100%;
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
|
||||
.story-headline {
|
||||
font-size: 20px;
|
||||
margin-left: 14px;
|
||||
@@ -976,6 +991,10 @@ hr {
|
||||
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.dotted-underline {
|
||||
border-bottom: dashed 1px @brand-success;
|
||||
}
|
||||
|
||||
#cal-heatmap {
|
||||
width: 361px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user