Browse Source

New comers block alignement on login page.

opi 9 years ago
parent
commit
8022c6ef38
1 changed files with 6 additions and 0 deletions
  1. 6 0
      coin/static/css/local.css

+ 6 - 0
coin/static/css/local.css

@@ -168,6 +168,12 @@ table.no-background tr {
 }
 
 
+/* New comers panel on login page */
+#newcomers {
+    margin-top: 3.9375rem;  /* h1 margin top + bottom + font-size * line-height =  0.2rem + 0.5rem + 2.3125rem * 1.4 */
+}
+
+
 /* Footer */
 
 #footer {