Bob Mottram hace 6 años
padre
commit
409f466a88
Se han modificado 1 ficheros con 7 adiciones y 3 borrados
  1. 7
    3
      website/EN/freedombone.css

+ 7
- 3
website/EN/freedombone.css Ver fichero

@@ -36,13 +36,17 @@ h1, h2, h3, h4, h5, h6 {
36 36
     line-height: 1.2em;
37 37
 }
38 38
 
39
+img.resize{
40
+    width: 90%;
41
+    height: auto;
42
+}
43
+
39 44
 img {
40
-    float: right;
45
+    float: center;
41 46
     clear: right;
42 47
     padding: 10px;
43 48
     margin: 20px;
44
-    border: solid 1px #888;
45
-    box-shadow: 6px 10px 8px rgba(128, 128, 96, 0.7);
49
+    border: solid 0px #888;
46 50
 }
47 51
 
48 52
 p, li, dd, dt, blockquote, span {