new workshop form
[prawokultury.git] / prawokultury / static / css / entry.css
index 1182c52..d7512be 100644 (file)
     .entry-wrapped .more .read-more:after {
       content: url("/static/img/read-more.png");
       margin-left: .7em; }
+  .entry-wrapped .gallery h2 {
+    margin-top: 2em; }
   .entry-wrapped .gallery-item {
     float: left;
     width: 300px;
-    text-align: center;
-    margin-top: 2em; }
+    text-align: center; }
   .entry-wrapped .gallery-image {
-    height: 250px;
+    height: 300px;
     width: 300px;
     display: table-cell;
     vertical-align: middle; }
     .entry-wrapped .gallery-image img {
       margin: 0; }
+  .entry-wrapped table {
+    border-collapse: collapse;
+    margin-bottom: 2em; }
+    .entry-wrapped table td, .entry-wrapped table th {
+      border: 1px #bbb solid;
+      padding: 0.4em; }
 
 .entry-info .entry-wrapped,
 .entry-publications .entry-wrapped {
       font-weight: bold; }
   .comments .body {
     font-size: 1.3em; }
+
+/*# sourceMappingURL=entry.css.map */