]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/common.css
Replaced the Google and Yahoo logos with nicer ones
[rails.git] / public / stylesheets / common.css
index b6ee997125b7d98e04aa810ef81b756db7b41bcd..ae6c2709db83b50b5d57a6e3547690a51e6d2f6c 100644 (file)
@@ -739,3 +739,19 @@ abbr.geo {
 .table1 { 
   background: #fff;
 }
+
+/* Rules for Login page */
+.loginBox {
+  float: left;
+  width: 400px;
+  height: 200px;
+  margin-bottom: 40px;
+  border-style: solid;
+  border-width: 1px;
+  padding-left: 10px;
+  padding-right: 10px;
+}
+
+.loginBox img {
+  border: 0;
+}