浏览代码

Minor fixes

Add some css for about page tables and index page radar display
Josh Smith 6 年之前
父节点
当前提交
07bf26f191
共有 1 个文件被更改,包括 8 次插入0 次删除
  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; }