Add search feature using grep.
This commit is contained in:
8
templates/search.css
Normal file
8
templates/search.css
Normal file
@@ -0,0 +1,8 @@
|
||||
#results {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#results li {
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
Reference in New Issue
Block a user