diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-11-28 12:08:51 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-11-28 16:10:21 +0100 |
commit | 9aa991281ddd315f607cabcfc3b917401d3d2104 (patch) | |
tree | 278c6a17d808bd3d9aa132d9ef93d7e54842de58 /app/Resources/static/themes/baggy | |
parent | 56a7ce17f3a9a22e0bfc8651cb690a14447e0afd (diff) | |
download | wallabag-9aa991281ddd315f607cabcfc3b917401d3d2104.tar.gz wallabag-9aa991281ddd315f607cabcfc3b917401d3d2104.tar.zst wallabag-9aa991281ddd315f607cabcfc3b917401d3d2104.zip |
Renamed view_mode by list_mode and hide excerpt
Diffstat (limited to 'app/Resources/static/themes/baggy')
-rwxr-xr-x | app/Resources/static/themes/baggy/css/main.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/Resources/static/themes/baggy/css/main.css b/app/Resources/static/themes/baggy/css/main.css index 6d656c21..e16846ea 100755 --- a/app/Resources/static/themes/baggy/css/main.css +++ b/app/Resources/static/themes/baggy/css/main.css | |||
@@ -617,6 +617,10 @@ div.pagination ul .current { | |||
617 | background-color: #ccc; | 617 | background-color: #ccc; |
618 | } | 618 | } |
619 | 619 | ||
620 | .hide { | ||
621 | display: none; | ||
622 | } | ||
623 | |||
620 | /* ========================================================================== | 624 | /* ========================================================================== |
621 | 2.1 = "save a link" related styles | 625 | 2.1 = "save a link" related styles |
622 | ========================================================================== */ | 626 | ========================================================================== */ |
@@ -1203,10 +1207,6 @@ pre code { | |||
1203 | } | 1207 | } |
1204 | 1208 | ||
1205 | @media screen and (max-width: 500px) { | 1209 | @media screen and (max-width: 500px) { |
1206 | .hide { | ||
1207 | display: none; | ||
1208 | } | ||
1209 | |||
1210 | .entry { | 1210 | .entry { |
1211 | width: 100%; | 1211 | width: 100%; |
1212 | margin-left: 0; | 1212 | margin-left: 0; |