Dan Brown

Fixed minor issue with large images again

...@@ -101,6 +101,7 @@ ul.menu { ...@@ -101,6 +101,7 @@ ul.menu {
101 } 101 }
102 img { 102 img {
103 max-width: 100%; 103 max-width: 100%;
104 + height:auto;
104 } 105 }
105 } 106 }
106 107
...@@ -365,4 +366,4 @@ body.dragging, body.dragging * { ...@@ -365,4 +366,4 @@ body.dragging, body.dragging * {
365 } 366 }
366 .sortable-page-list li.placeholder:before { 367 .sortable-page-list li.placeholder:before {
367 position: absolute; 368 position: absolute;
368 -}
...\ No newline at end of file ...\ No newline at end of file
369 +}
......