diff options
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/views/default/css.php b/views/default/css.php index 10eedcc9d..f81c7766d 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -14,4 +14,24 @@ * @uses $vars['wwwroot'] The site URL
*/
-?>
\ No newline at end of file +?>
+
+/*
+ Default Elgg CSS
+*/
+
+body {
+ background:#fff;
+ color:#000;
+ margin:20px center;
+ text-align:center;
+}
+
+#login-box {
+ text-align:left;
+ background:#555;
+ border:1px solid #ddd;
+ width:300px;
+ padding:10px;
+ margin:auto;
+}
\ No newline at end of file |