Added SVG sources for up & down arrows
[fsf-giving-guide.git] / stylesheet.css
index 670b2381b78015222781518911375569fbca989d..1590ccc7bf561ea5cf5b79740b0d5132fcf87a54 100755 (executable)
@@ -166,6 +166,7 @@ h6 {  font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b
 .share {
   max-width: 1300px;
   min-width: 1170px;
+  margin: auto;
 }
 
 .intro_wrapper,
@@ -226,17 +227,22 @@ h6 {  font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b
 
 .product_img {
   margin: auto;
+  max-width: 168px;
   max-height: 168px;
+  position: relative;
 }
 
 .product {
+  text-align: center;
+  position: relative;
   margin: auto;
   display: block;
   height: 168px;
+  width: 168px;
   /* margin-bottom: 8em; */
 /*   max-height: 168px; */
 }
-
+/* 
  .proprietary .product_img:after {
   content: "";
   background-image: url("images/bad.png");
@@ -256,19 +262,19 @@ h6 {  font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b
   height: 25px;
   position: absolute;
 }
+ */
 
 
-/*
 .good,
 .bad {
- FIXME: This is temporary until I fix the sizes
-  position: relative;
-
-  left: 60%;
-  width: 60px;
+  z-index: 999;
+  width: 65px;
+  top: 8em;
+  left: 9em;
+  position: absolute;
+  
 }
 
-*/
 
 .free, .proprietary {
   text-align: center;