diff --git a/htdocs/public/about.php b/htdocs/public/about.php new file mode 100644 index 0000000..a7a119d --- /dev/null +++ b/htdocs/public/about.php @@ -0,0 +1,140 @@ + + + + + About + + + + + + + + + + + diff --git a/htdocs/public/css/main.css b/htdocs/public/css/main.css index d7fa822..7c587cd 100755 --- a/htdocs/public/css/main.css +++ b/htdocs/public/css/main.css @@ -11,7 +11,7 @@ body { height: 100%; font-family: "Sans-serif", "Helvetica" !important; - font-size: 14px; + font-size: 12px; background: #fff; } @@ -264,7 +264,7 @@ a { overflow: hidden; } -#modal-station-info-iframe, #modal-station-search-iframe { +#modal-station-info-iframe, #modal-station-search-iframe, #modal-about-iframe { width: 100%; height: 100%; border: none; diff --git a/htdocs/public/index.php b/htdocs/public/index.php index 2333f6b..9d5ef77 100755 --- a/htdocs/public/index.php +++ b/htdocs/public/index.php @@ -24,7 +24,8 @@ - + + @@ -52,9 +53,6 @@