Parcourir la source

fixed font size for table caption

Piotr Labudda il y a 9 ans
Parent
commit
c5951ef59a
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      SE/se-lib/tmpl/_layout_gora.php

+ 2 - 0
SE/se-lib/tmpl/_layout_gora.php

@@ -56,6 +56,8 @@ body { <?php echo UI::fixFooterPosition('body_style'); ?> }
 .label-A_STATUS-DELETED  { background:#e0e0e0; color:#808080; text-align:center; text-shadow:none; }
 .label-A_STATUS-OFF_SOFT { background:#fce3b7; color:#808080; text-align:center; text-shadow:none; }
 .label-A_STATUS-OFF_HARD { background:#eee;    color:#808080; text-align:center; text-shadow:none; }
+
+caption { font-size:medium }
 	</style>
 
 	<script src="static/fetch-polyfill.min.js"></script>