Initial commit from Gomix.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user