changeset 20:da13b7501fdc

Fix path to resources.
author Omair Majid <omajid@redhat.com>
date Thu, 09 Oct 2014 18:15:24 -0400
parents 7f23daf30075
children 06f1ae8aab44
files img/thermostat_logo_450px.png style.css style/main-style.css thermostat_logo_450px.png
diffstat 4 files changed, 66 insertions(+), 66 deletions(-) [+]
line wrap: on
line diff
Binary file img/thermostat_logo_450px.png has changed
--- a/style.css	Mon Jun 02 18:01:26 2014 -0600
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,66 +0,0 @@
-div#container {
-  position: absolute;
-  left: 50%;
-  width: 900px;
-  margin-left: -450px;
-  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
-  font-size: 0.8em; 
-  color: Black;
-}
-div#content {
-  -moz-border-radius: 10px;
-  -webkit-border-radius: 10px; 
-  border-radius: 10px;
-  padding: 10px;
-  border: 1px solid #ccc;
-}
-div#logo-box {
-  clear: both;
-  margin-bottom: 30px;
-}
-div#logo-box img {
-  width: 450px;
-  padding-right: 2em;
-  position: absolute;
-  right: 0px;
-}
-div#links-box {
-  float: right;
-  padding-left: 2em;
-}
-div#links-box h2 {
-  margin: 0px;
-}
-div#copyright {
-  position: absolute;
-  left: 50%;
-  width: 400px;
-  margin-left: -200px;
-  color: #ccc;
-  text-align: center;
-}
-h2#main {
-  margin-top: 120px;
-}
-h2 {
-  margin-top: 1.5em;
-  color: rgb(0, 34, 85);
-}
-a {
-  color: rgb(0, 68, 170);
-}
-table {
-  width: 100%;
-  border-collapse: collapse;
-  text-align: center;
-}
-table td, table th {
-  border: 1px solid #ccc;
-  padding: 3px;
-}
-thead th {
-  background-color: #ccc;
-}
-body {
-  padding: 20px;
-}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/style/main-style.css	Thu Oct 09 18:15:24 2014 -0400
@@ -0,0 +1,66 @@
+div#container {
+  position: absolute;
+  left: 50%;
+  width: 900px;
+  margin-left: -450px;
+  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
+  font-size: 0.8em; 
+  color: Black;
+}
+div#content {
+  -moz-border-radius: 10px;
+  -webkit-border-radius: 10px; 
+  border-radius: 10px;
+  padding: 10px;
+  border: 1px solid #ccc;
+}
+div#logo-box {
+  clear: both;
+  margin-bottom: 30px;
+}
+div#logo-box img {
+  width: 450px;
+  padding-right: 2em;
+  position: absolute;
+  right: 0px;
+}
+div#links-box {
+  float: right;
+  padding-left: 2em;
+}
+div#links-box h2 {
+  margin: 0px;
+}
+div#copyright {
+  position: absolute;
+  left: 50%;
+  width: 400px;
+  margin-left: -200px;
+  color: #ccc;
+  text-align: center;
+}
+h2#main {
+  margin-top: 120px;
+}
+h2 {
+  margin-top: 1.5em;
+  color: rgb(0, 34, 85);
+}
+a {
+  color: rgb(0, 68, 170);
+}
+table {
+  width: 100%;
+  border-collapse: collapse;
+  text-align: center;
+}
+table td, table th {
+  border: 1px solid #ccc;
+  padding: 3px;
+}
+thead th {
+  background-color: #ccc;
+}
+body {
+  padding: 20px;
+}
Binary file thermostat_logo_450px.png has changed