* Better "motto" display.
[redakcja.git] / platforma / static / css / summary.css
index 9f8def0..8fac6e1 100644 (file)
@@ -9,13 +9,23 @@
 #summary-view .book-cover {
        float: left;
        margin: 1em;
-       max-height: 300px;      
+       margin-right: 2em;
+       
+       height: 300px;
+       width: 212px;
+       
+       
+       border: 1px dashed black;
 }
 
-#summary-view form p {
+#summary-view p {
        margin: 0.5em; 
 }
 
-#summary-view form label {
+#summary-view label {
        font-weight: bold; 
 }  
+
+#summary-view .book-cover {
+       
+}