Ver código fonte

Minor adjustments to CSS

Stephen Ficklin 11 anos atrás
pai
commit
3283a82217
1 arquivos alterados com 6 adições e 2 exclusões
  1. 6 2
      tripal_core/theme/css/tripal.css

+ 6 - 2
tripal_core/theme/css/tripal.css

@@ -224,12 +224,16 @@ table.tripal-table-horz .tripal-table-odd-row {
  * Teaser
  */
 .tripal-teaser {
-	 clear_both;
-	 margin-bottom: 10px;
+  clear_both;
+  margin-bottom: 10px;
 }
 .tripal-teaser-title {
+  font-weight: bold;
+  margin-bottom: 5px;
 }
 .tripal-teaser-text {
+  text-align: justify;
+  text-justify:inter-word;
 }
 .tripal-teaser-img {
   width: 100px;