Jelajahi Sumber

Minor adjustments to CSS

Stephen Ficklin 11 tahun lalu
induk
melakukan
3283a82217
1 mengubah file dengan 6 tambahan dan 2 penghapusan
  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;