please stopp the css madness
authorBernhard Tittelbach <xro@realraum.at>
Wed, 17 Apr 2013 14:45:10 +0000 (14:45 +0000)
committerBernhard Tittelbach <xro@realraum.at>
Wed, 17 Apr 2013 14:45:10 +0000 (14:45 +0000)
raspberry-kiosk/kiosk.css

index b0300d3..2149657 100644 (file)
@@ -18,7 +18,6 @@ div {
 div#siteheader {
   text-align: center;
   color: white;
-  //background-color: #36373B;
   background-color: rgb(118, 20, 7);
   font-size:40px;
   font-weight: bold;
@@ -116,11 +115,11 @@ td.anwesenheitsstatus {
 }
 
 td.sensorstatus{
-  height:42px; 
+  height:50px;
   text-align:center;
   vertical-align:middle;
   display:table-cell;
-  background-color:#f2f2f2;
+  background-color: rgb(255, 246, 243);
 }
 
 div.sensorelem {
@@ -154,7 +153,7 @@ div.gpluspost {
   border-top:1px solid #333;
   margin-top:0;
   margin-bottom:6px;
-  background-color:#f2f2f2;
+  background-color: rgb(255, 246, 243);
 }
 img.gplusactor {
   margin-left:2px;