Add Pure CSS

develop
Sven Slootweg 11 years ago
parent 0df4cf89b2
commit d18010aab9

@ -4,6 +4,11 @@ html, body
background-color: #EDEDED; background-color: #EDEDED;
} }
body
{
margin: 8px;
}
div.wrapper div.wrapper
{ {
width: 900px; width: 900px;
@ -178,7 +183,7 @@ div.error p
.login .login
{ {
float: right; float: right;
margin-top: -4px; margin-top: -2px;
} }
.login input, .login button .login input, .login button

@ -2,6 +2,7 @@
<html> <html>
<head> <head>
<title>Cryto Coding Collective :: {%?title}</title> <title>Cryto Coding Collective :: {%?title}</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.2.0/pure-min.css">
<link rel="stylesheet" type="text/css" href="/static/style.css"> <link rel="stylesheet" type="text/css" href="/static/style.css">
</head> </head>
<body> <body>

Loading…
Cancel
Save