diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2017-04-18 13:12:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-18 13:12:28 +0200 |
commit | 64f1d8f77a75332b731124c5ebab4bed7a512081 (patch) | |
tree | 41b087f24db4f4fce2e94a811d8554c91637d137 /app/Resources/static | |
parent | c5ba478dc326ee43c5861fc170d1121b6224d847 (diff) | |
parent | e9c80c99bda57905e481dc7eb7748a3b5c0d9ac9 (diff) | |
download | wallabag-64f1d8f77a75332b731124c5ebab4bed7a512081.tar.gz wallabag-64f1d8f77a75332b731124c5ebab4bed7a512081.tar.zst wallabag-64f1d8f77a75332b731124c5ebab4bed7a512081.zip |
Merge pull request #3024 from wallabag/store-date
Added publication date and author
Diffstat (limited to 'app/Resources/static')
-rwxr-xr-x | app/Resources/static/themes/baggy/css/main.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/Resources/static/themes/baggy/css/main.css b/app/Resources/static/themes/baggy/css/main.css index 480ebc48..f82c6bee 100755 --- a/app/Resources/static/themes/baggy/css/main.css +++ b/app/Resources/static/themes/baggy/css/main.css | |||
@@ -912,6 +912,14 @@ a.add-to-wallabag-link-after::after { | |||
912 | content: "\e953"; | 912 | content: "\e953"; |
913 | } | 913 | } |
914 | 914 | ||
915 | .icon-pencil2::before { | ||
916 | content: "\e906"; | ||
917 | } | ||
918 | |||
919 | .icon-users::before { | ||
920 | content: "\e972"; | ||
921 | } | ||
922 | |||
915 | .icon-time::before { | 923 | .icon-time::before { |
916 | content: "\e952"; | 924 | content: "\e952"; |
917 | } | 925 | } |