projects
/
web
/
GruntInit
/
glmTheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b32d7e9
)
adding more default search styles to search.scss
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 7 Dec 2016 17:53:40 +0000
(12:53 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 7 Dec 2016 17:53:40 +0000
(12:53 -0500)
root/scss/_search.scss
patch
|
blob
|
history
diff --git
a/root/scss/_search.scss
b/root/scss/_search.scss
index
bd3e3d3
..
2284e98
100644
(file)
--- a/
root/scss/_search.scss
+++ b/
root/scss/_search.scss
@@
-48,4
+48,24
@@
}
}
}
+}
+.search-results{
+ #blog-posts-over{
+ .search-result-container{
+ header.entry-header{
+ margin-bottom: 0px;
+ }
+ .search_result_context{
+ margin: 0;
+ padding: 0;
+ line-height: 1.3;
+ }
+ article{
+ p{
+ margin: 0;
+ padding: 0;
+ }
+ }
+ }
+ }
}
\ No newline at end of file