--- a/src/jocondelab/static/jocondelab/css/front-notice.css Wed Oct 09 18:44:22 2013 +0200
+++ b/src/jocondelab/static/jocondelab/css/front-notice.css Thu Oct 10 10:36:14 2013 +0200
@@ -15,19 +15,15 @@
}
.describe-mode .notice-images li {
- margin: 0; display: inline-block; max-width: 80%;
+ margin: 0; display: block; max-width: 100%; box-shadow: none; background: transparent;
}
.describe-mode .notice-images li:nth-child(n+2) {
- float: right; clear: right; width: 20%;
-}
-
-.describe-mode .notice-images li:nth-child(2n+2) {
- clear: right;
+ display: inline-block; max-width: 160px; vertical-align: middle;
}
.describe-mode .notice-images img {
- max-height: 480px;
+ max-height: 480px; box-shadow: 0 0 3px #999999;
}
.describe-mode .notice-images li:nth-child(n+2) img {