diff --git a/index.html b/index.html new file mode 100644 index 0000000..72e32c5 --- /dev/null +++ b/index.html @@ -0,0 +1,24 @@ + + + + + + + + + + + + Example swinging needle meter following re-com conventions. + + +
+

+ This isn't actually where you want to be. +

+

+ If you're seeing this, you probably want to go here. +

+
+ + diff --git a/resources/public/css/re-com.css b/resources/public/css/re-com.css index 026254e..89dd43f 100644 --- a/resources/public/css/re-com.css +++ b/resources/public/css/re-com.css @@ -14,7 +14,7 @@ /* The following style addresses: http://stackoverflow.com/questions/28636832/firefox-overflow-y-not-working-with-nested-flexbox */ * { - min-height: 0px; + min-height: 0px; min-width: 0px; } @@ -26,7 +26,7 @@ html, body { letter-spacing: 0.002em; height: 100%; margin: 0px; - padding: 0px; + padding: 0px 5%; } /*---------------------------------------------------------------------------------------- diff --git a/resources/public/favicon.ico b/resources/public/favicon.ico new file mode 100644 index 0000000..de48631 Binary files /dev/null and b/resources/public/favicon.ico differ diff --git a/resources/public/index.html b/resources/public/index.html index f6f63a4..6cb5b26 100644 --- a/resources/public/index.html +++ b/resources/public/index.html @@ -3,13 +3,11 @@ - - Example swinging needle meter following re-com conventions.