Initial commit from Gomix.

This commit is contained in:
System
2017-02-18 19:21:34 +00:00
parent 3603695e3f
commit 50b0188343
16 changed files with 990 additions and 2 deletions
+23
View File
@@ -0,0 +1,23 @@
* {
margin: 0px;
padding: 0px;
}
body {
padding: 10px;
}
.issue {
margin: 20px;
padding: 5px;
width: 60%;
border: 2px solid black;
}
.closed {
background-color: lightgrey;
}
.id {
font-size: 10.5px;
}