Jeremy Newman : add a no screenshot class

Jeremy Newman jnewman at winehq.org
Tue Nov 22 10:36:49 CST 2016


Module: appdb
Branch: master
Commit: a9e9ebc4fd8fba5391dd9733001798deb7d1bfab
URL:    http://source.winehq.org/git/appdb.git/?a=commit;h=a9e9ebc4fd8fba5391dd9733001798deb7d1bfab

Author: Jeremy Newman <jnewman at codeweavers.com>
Date:   Tue Nov 22 10:36:32 2016 -0600

add a no screenshot class

---

 styles.css | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/styles.css b/styles.css
index d4eb396..f8ec293 100644
--- a/styles.css
+++ b/styles.css
@@ -558,6 +558,17 @@ h2.whq-app-title { margin-top: 1em; font-size: 24px; }
     font-size: 70%;
     white-space: nowrap;
 }
+.whq-shot-none {
+    display: inline-block;
+    width: 128px;
+    height: 85px;
+    padding-top: 35px;
+    border-radius: 5px;
+    background-color: #000000;
+    color: #ffffff;
+    font-weight: bold;
+    text-align: center;
+}
 
 /* classes for the main page */
 div.topx_style {




More information about the wine-cvs mailing list