separate templates from static files
[myslice.git] / auth / css / login.css
diff --git a/auth/css/login.css b/auth/css/login.css
deleted file mode 100644 (file)
index 0d0ba19..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-p.login-status {
-    font-weight: bold;
-}
-
-p.login { 
-    font-style: italic;
-}
-input.login {
-    width: auto;
-}    
-input[type="password"] {
-    border: solid 1px #444;
-    background-image: url( '../img/form_input_password.png' );
-    background-repeat: repeat-x;
-    background-position: top;
-}