Browse Source

Minor fixes

Add some css for about page tables and index page radar display
Josh Smith 6 năm trước cách đây
mục cha
commit
07bf26f191
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      css/main.css

+ 8 - 0
css/main.css

@@ -739,6 +739,14 @@ table.tablespacer td {
 table.tablespacer tr:not(:last-child) {
   border-bottom: 1px solid #ebebeb; }
 
+/*For about pages data table*/
+td.about {
+  width: 70px;}
+
+.iframe {
+  width: 100%;
+  height: 300px; }
+
 /*Gray*/
 .m-grau {
   color: #8a8a8a; }