Browse Source

Minor fixes

Add some css for about page tables and index page radar display
Josh Smith 6 years ago
parent
commit
07bf26f191
1 changed files with 8 additions and 0 deletions
  1. 8 0
      css/main.css

+ 8 - 0
css/main.css

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