diff options
author | Jay Sitter <jsitter@gmail.com> | 2014-10-30 11:23:18 -0400 |
---|---|---|
committer | Jay Sitter <jsitter@gmail.com> | 2014-10-30 11:23:18 -0400 |
commit | b73a1753868cbbae414a8d17aa15a4c376b82699 (patch) | |
tree | 7ef6d8629ee7b52752711d547ca528ef12a447a3 /themes/baggy | |
parent | b40cd4e73f3befb00d0798cf0960557479f99b17 (diff) | |
download | wallabag-b73a1753868cbbae414a8d17aa15a4c376b82699.tar.gz wallabag-b73a1753868cbbae414a8d17aa15a4c376b82699.tar.zst wallabag-b73a1753868cbbae414a8d17aa15a4c376b82699.zip |
Fixing issue #874, displaying preview text when in list mode
Diffstat (limited to 'themes/baggy')
-rwxr-xr-x | themes/baggy/css/main.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/themes/baggy/css/main.css b/themes/baggy/css/main.css index 558fb208..1548c4a0 100755 --- a/themes/baggy/css/main.css +++ b/themes/baggy/css/main.css | |||
@@ -328,10 +328,6 @@ footer a { | |||
328 | margin-left: 0!important; | 328 | margin-left: 0!important; |
329 | } | 329 | } |
330 | 330 | ||
331 | .listmode .entrie p { | ||
332 | display: none; | ||
333 | } | ||
334 | |||
335 | .list-entries + .results { | 331 | .list-entries + .results { |
336 | margin-bottom: 2em; | 332 | margin-bottom: 2em; |
337 | } | 333 | } |