Add Pure CSS

develop
Sven Slootweg 11 years ago
parent 0df4cf89b2
commit d18010aab9

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

@ -2,6 +2,7 @@
<html>
<head>
<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">
</head>
<body>

Loading…
Cancel
Save