[gimp-web/testing] Add styling for author name on pages



commit cd8bcd90cfe1b877676619a810ddf2d34d214dfd
Author: Pat David <patdavid gmail com>
Date:   Wed May 25 14:59:18 2016 -0500

    Add styling for author name on pages

 themes/newgimp/static/css/page.css |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/themes/newgimp/static/css/page.css b/themes/newgimp/static/css/page.css
index 47a2cad..e0b9a53 100644
--- a/themes/newgimp/static/css/page.css
+++ b/themes/newgimp/static/css/page.css
@@ -126,3 +126,13 @@ figure figcaption {
     /* margin-top: 1rem;
      */
 }
+
+.post-info {
+    font-size: 0.85rem;
+    color: #888;
+    margin-bottom: 0.5rem;
+}
+
+address.vcard.author {
+    display: inline;
+}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]