[gimp-web] Limit effect to iframes from ohloh and remove obsolete rules



commit 674e8ca0e157b43692bfe8d64a1680b44f94d686
Author: Michael Schumacher <schumaml gmx de>
Date:   Sun Jan 5 02:01:48 2014 +0100

    Limit effect to iframes from ohloh and remove obsolete rules

 style/fixes-ohloh.css |   15 +--------------
 1 files changed, 1 insertions(+), 14 deletions(-)
---
diff --git a/style/fixes-ohloh.css b/style/fixes-ohloh.css
index 145dd5a..46b9c3a 100644
--- a/style/fixes-ohloh.css
+++ b/style/fixes-ohloh.css
@@ -1,19 +1,6 @@
 /* fix the ohloh widget formatting */
-div.gadget {
-       color: black;
-       background-color: white;
-}
-
-div.gadget h3 {
-       clear: none;
-}
-
-div.gadget div {
-    clear: none ! important;
-}
-
 /* hack the ohloh iframe ;) */
-iframe {
+iframe[src*=ohloh] {
     background-color: #fff;
     border-radius: 10px;
     border: thin solid #000;


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