summaryrefslogtreecommitdiff
path: root/www/static/register.css
diff options
context:
space:
mode:
authoroweissbarth2014-03-11 13:02:36 +0100
committeroweissbarth2014-03-11 13:02:58 +0100
commit8bc1b7131eed6df556efd1ffcbe9a92f3f60f161 (patch)
treeaab22bc5a369d81ac4783581a8c10cd7130da729 /www/static/register.css
parent7df2c4d16ce7c8ee77e096f4185632b5c0514d76 (diff)
downloadfiles.iamfabulous.de-8bc1b7131eed6df556efd1ffcbe9a92f3f60f161.tar.gz
Changed font to something that hopefully scales better. Made login-form input required. Replaced logo png by svg. Added Logout-message.
Diffstat (limited to 'www/static/register.css')
-rw-r--r--www/static/register.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/static/register.css b/www/static/register.css
index 58f645d..76f07ac 100644
--- a/www/static/register.css
+++ b/www/static/register.css
@@ -1,3 +1,4 @@
+@import url(http://fonts.googleapis.com/css?family=Alegreya+Sans+SC:300);
/*********************************************************
Register-Form
**********************************************************/
@@ -19,7 +20,7 @@ div.register-area{
}
h1.register-area{
- font-weight: 200;
+ font-weight: normal;
}
form.register-form{