ginebra2/chrome/localpagesmaemo/subpage.css
changeset 16 3c88a81ff781
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ginebra2/chrome/localpagesmaemo/subpage.css	Fri Oct 15 17:30:59 2010 -0400
@@ -0,0 +1,51 @@
+body {
+    margin:0px;
+    text-align: center;
+    font-family: sans-serif;
+    font-size: 16px;
+
+
+
+    #background-color: #006633;
+    background-color: #333333;
+}
+
+img { border-style: none; }
+
+li { padding-top: 10px; }
+
+h4 {
+    font-family: sans-serif;
+    font-size: 24px;
+    font-weight: bold;
+}
+
+#sub_left {
+    float: left;
+    padding-left: 20px;
+    padding-top: 10px;
+    width: 290px;
+}
+
+#sub_right {
+    float: right;
+    padding-right: 20px;
+    padding-top: 36px;
+    width: 200px;
+}
+
+#rel_notes {
+    float: clear;
+    text-align: left;
+    margin: 20px;
+    margin-top: 10px;
+    font-size: 18px;
+    font-weight: normal;
+    color: #FFFFFF;
+}
+
+#start_search {
+  height: 46px;
+  font-size: 20px;
+  color: #115D6E;
+}