Explorar o código

Minor adjustments to CSS

Stephen Ficklin %!s(int64=11) %!d(string=hai) anos
pai
achega
3283a82217
Modificáronse 1 ficheiros con 6 adicións e 2 borrados
  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;