Reimporting GIT repository

This commit is contained in:
Carlos Solís 2017-08-14 12:13:59 -06:00
commit 6fe900b053
44 changed files with 195 additions and 0 deletions

22
static/style.css Normal file
View file

@ -0,0 +1,22 @@
body {
background-color: #DDDDDD;
}
header, footer {
background-color: #AAAAAA;
color: #DDDDDD;
text-shadow: 2px 2px #BBBBBB;
border-top: 1px solid #BBBBBB;
border-bottom: 1px solid #BBBBBB;
}
header {
margin-bottom: 30px;
}
footer {
margin-top: 30px;
}
.reviewtext, .reviewscore, .reviewaccuracy {
font-weight: bold;
}
textarea {
margin-bottom: 5px;
}