diff options
author | ArthurHoaro <arthur@hoa.ro> | 2016-02-23 19:21:14 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2016-02-28 14:17:40 +0100 |
commit | c51fae92dc7d3080def81a2797e0d683b3e6d82a (patch) | |
tree | 394f9419589c1983d9be9834b89c8be2e8ef237c /inc/shaarli.css | |
parent | 6c3d6a31f413862941fe514e7167c04fe71ba1a7 (diff) | |
download | Shaarli-c51fae92dc7d3080def81a2797e0d683b3e6d82a.tar.gz Shaarli-c51fae92dc7d3080def81a2797e0d683b3e6d82a.tar.zst Shaarli-c51fae92dc7d3080def81a2797e0d683b3e6d82a.zip |
Allow crossed search between terms and tags
* Partial fix of #449
* Current use case: search term + click on tag.
* LinkFilter now returns all links if no filter is given.
* Unit tests.
Diffstat (limited to 'inc/shaarli.css')
-rw-r--r-- | inc/shaarli.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/inc/shaarli.css b/inc/shaarli.css index 8a7409b2..2e41988e 100644 --- a/inc/shaarli.css +++ b/inc/shaarli.css | |||
@@ -33,6 +33,10 @@ h1 { | |||
33 | margin-bottom: 20px; | 33 | margin-bottom: 20px; |
34 | } | 34 | } |
35 | 35 | ||
36 | em { | ||
37 | font-style: italic; | ||
38 | } | ||
39 | |||
36 | /* Buttons */ | 40 | /* Buttons */ |
37 | .bigbutton { | 41 | .bigbutton { |
38 | background-color: #c0c0c0; | 42 | background-color: #c0c0c0; |