aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/baggy/css
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2016-11-15 09:23:44 +0100
committerGitHub <noreply@github.com>2016-11-15 09:23:44 +0100
commitd213219ec785db757dba455acd53480ab0d292fb (patch)
treef217aca8f706fab417b00881c4053bde2f7aca90 /app/Resources/static/themes/baggy/css
parentdecf651bbdf0d21727769640bab85115081c92b9 (diff)
parenta8c6f29f3ee51ccfcce2e24ec352d9d48a34fc56 (diff)
downloadwallabag-d213219ec785db757dba455acd53480ab0d292fb.tar.gz
wallabag-d213219ec785db757dba455acd53480ab0d292fb.tar.zst
wallabag-d213219ec785db757dba455acd53480ab0d292fb.zip
Merge pull request #2570 from wallabag/add-creation-date
Added creation date on entries view
Diffstat (limited to 'app/Resources/static/themes/baggy/css')
-rwxr-xr-xapp/Resources/static/themes/baggy/css/main.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Resources/static/themes/baggy/css/main.css b/app/Resources/static/themes/baggy/css/main.css
index 4c3e4ce3..4dfa8790 100755
--- a/app/Resources/static/themes/baggy/css/main.css
+++ b/app/Resources/static/themes/baggy/css/main.css
@@ -413,7 +413,8 @@ footer a {
413 margin-bottom: 2em; 413 margin-bottom: 2em;
414} 414}
415 415
416.estimatedTime .reading-time { 416.reading-time,
417.created-at {
417 color: #999; 418 color: #999;
418 font-style: italic; 419 font-style: italic;
419 font-weight: normal; 420 font-weight: normal;