Add project creation

The projects page will also display a few random projects now
This commit is contained in:
2017-10-22 17:57:55 +02:00
parent 68bba332f1
commit 1da1785e46
23 changed files with 311 additions and 53 deletions

View File

@@ -47,10 +47,6 @@ header.admin {
text-decoration: none;
}
.no-chin {
margin-bottom: 0;
}
.gridsplit {
display: grid;
grid-template-columns: 75% 25%;
@@ -78,17 +74,6 @@ header.admin {
grid-column: 1 / -1;
}
.noborder {
border: none;
}
.subnote {
margin-top: 0;
color: gray;
font-size: .7em;
font-style: italic;
}
.float-right {
float: right;
}

View File

@@ -119,12 +119,26 @@ a.btn:active {
color: #048;
padding: .2em .4em;
border-radius: .2em;
white-space: nowrap;
display: inline-block;
margin-bottom: .25em;
resize: none;
}
.noborder {
border: none !important;
}
.subnote {
margin-top: 0;
color: gray;
font-size: .7em;
font-style: italic;
}
.no-chin {
margin-bottom: 0;
}
.icon.subscribe {
color: white;
background: #082;